Skip to content

Commit 7c23661

Browse files
authored
ci: fix dependabot relative path settings (#840)
1 parent 497a085 commit 7c23661

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,33 @@ updates:
66
schedule:
77
interval: weekly
88
exclude-paths:
9-
- "/integration/**"
9+
- "integration/**"
1010
- "**/tests/**"
1111
- package-ecosystem: bundler
1212
directory: /
1313
schedule:
1414
interval: weekly
1515
exclude-paths:
16-
- "/integration/**"
16+
- "integration/**"
1717
- "**/tests/**"
1818
- package-ecosystem: gomod
1919
directory: /
2020
schedule:
2121
interval: weekly
2222
exclude-paths:
23-
- "/integration/**"
23+
- "integration/**"
2424
- "**/tests/**"
2525
- package-ecosystem: npm
2626
directory: /
2727
schedule:
2828
interval: weekly
2929
exclude-paths:
30-
- "/integration/**"
30+
- "integration/**"
3131
- "**/tests/**"
3232
- package-ecosystem: cargo
3333
directory: /
3434
schedule:
3535
interval: weekly
3636
exclude-paths:
37-
- "/integration/**"
37+
- "integration/**"
3838
- "**/tests/**"

0 commit comments

Comments
 (0)