Skip to content

Commit 123f061

Browse files
authored
Update dependabot.yml
1 parent c2cd15d commit 123f061

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ updates:
1212
- package-ecosystem: github-actions
1313
directory: /
1414
schedule:
15-
interval: daily
15+
interval: monthly
1616
allow:
1717
# Allow both direct and indirect updates for all packages
1818
- dependency-type: "all"
@@ -27,7 +27,7 @@ updates:
2727
- package-ecosystem: bundler
2828
directory: /
2929
schedule:
30-
interval: daily
30+
interval: monthly
3131
allow:
3232
# Allow both direct and indirect updates for all packages
3333
- dependency-type: "all"
@@ -42,7 +42,7 @@ updates:
4242
- package-ecosystem: npm
4343
directory: /
4444
schedule:
45-
interval: daily
45+
interval: monthly
4646
allow:
4747
# Allow both direct and indirect updates for all packages
4848
- dependency-type: "all"
@@ -57,7 +57,7 @@ updates:
5757
- package-ecosystem: pip
5858
directory: /
5959
schedule:
60-
interval: daily
60+
interval: monthly
6161
allow:
6262
# Allow both direct and indirect updates for all packages
6363
- dependency-type: "all"

0 commit comments

Comments
 (0)