Skip to content

Commit b31faf2

Browse files
committed
Update dependabot.yml
Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent de0662f commit b31faf2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ updates:
88
- package-ecosystem: "github-actions"
99
directory: "/"
1010
schedule:
11-
interval: "weekly"
11+
interval: "daily"
1212
groups:
1313
actions:
1414
patterns:
@@ -18,7 +18,7 @@ updates:
1818
- package-ecosystem: "cargo"
1919
directory: "/"
2020
schedule:
21-
interval: "weekly"
21+
interval: "daily"
2222
ignore:
2323
- dependency-name: "*"
2424
update-types: ["version-update:semver-patch"]
@@ -27,22 +27,22 @@ updates:
2727
- package-ecosystem: "mix"
2828
directory: "/"
2929
schedule:
30-
interval: "weekly"
30+
interval: "daily"
3131

3232
# Node.js/npm
3333
- package-ecosystem: "npm"
3434
directory: "/"
3535
schedule:
36-
interval: "weekly"
36+
interval: "daily"
3737

3838
# Python/pip
3939
- package-ecosystem: "pip"
4040
directory: "/"
4141
schedule:
42-
interval: "weekly"
42+
interval: "daily"
4343

4444
# Nix flakes
4545
- package-ecosystem: "nix"
4646
directory: "/"
4747
schedule:
48-
interval: "weekly"
48+
interval: "daily"

0 commit comments

Comments
 (0)