Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 7d36e5e

Browse files
authored
ignore the archive directory for dependabot (#1256)
* ignore the archive directory for dependabot
1 parent 9669443 commit 7d36e5e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ updates:
88
- "/azuresqldb/*"
99
schedule:
1010
interval: "weekly"
11+
exclude-paths:
12+
- "/archive/**"
1113
- package-ecosystem: "npm"
1214
directories:
1315
- "/fabric/*"
@@ -16,3 +18,5 @@ updates:
1618
- "/azuresqldb/*"
1719
schedule:
1820
interval: "weekly"
21+
exclude-paths:
22+
- "/archive/**"

0 commit comments

Comments
 (0)