Skip to content

Commit e18aee4

Browse files
chore(deps): clean up dependabot.yml formatting and comments
Signed-off-by: SebastienDegodez <[email protected]>
1 parent 7c3e4f4 commit e18aee4

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "nuget"
4-
directory: "/"
3+
- package-ecosystem: nuget
4+
directory: /
55
schedule:
6-
interval: "weekly"
7-
day: "sunday"
6+
interval: weekly
7+
day: sunday
88
open-pull-requests-limit: 3
99
rebase-strategy: disabled
10-
- package-ecosystem: "github-actions"
11-
directory: "/"
10+
11+
# Github Actions updates
12+
- package-ecosystem: github-actions
13+
directory: /
1214
schedule:
13-
interval: "weekly"
14-
day: "sunday"
15+
interval: weekly
16+
day: sunday
1517
open-pull-requests-limit: 3
1618
rebase-strategy: disabled

0 commit comments

Comments
 (0)