Skip to content

Commit 62ecb2e

Browse files
authored
Update dependabot settings (#402)
Major version changes are by definition breaking changes and dependabot cannot change the things they break (e.g., the reason PR #398 failed tests). Non-major changes are backwards compatible and safe to update with dependabot. Signed-off-by: Dave Thaler <[email protected]>
1 parent 185188b commit 62ecb2e

File tree

1 file changed

+8
-19
lines changed

1 file changed

+8
-19
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,18 @@ updates:
1717
- "*"
1818

1919
- package-ecosystem: nuget
20-
directory: /OrcanodeMonitor
20+
directories:
21+
- "/OrcanodeMonitor"
22+
- "/Test"
23+
- "/TransferData"
2124
schedule:
2225
interval: weekly
2326
day: "saturday"
2427
groups:
2528
actions:
2629
patterns:
2730
- "*"
28-
29-
- package-ecosystem: nuget
30-
directory: /Test
31-
schedule:
32-
interval: daily
33-
groups:
34-
actions:
35-
patterns:
36-
- "*"
37-
38-
- package-ecosystem: nuget
39-
directory: /TransferData
40-
schedule:
41-
interval: daily
42-
groups:
43-
actions:
44-
patterns:
45-
- "*"
31+
ignore:
32+
- dependency-name: "*"
33+
update-types:
34+
- "version-update:semver-major"

0 commit comments

Comments
 (0)