Skip to content

Commit cb1d1b9

Browse files
Merge branch 'main' into dependabot/github_actions/actions-5a1f19f25a
2 parents f2fe590 + 6be69c1 commit cb1d1b9

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
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "daily"
77
groups:
88
actions:
99
patterns:
@@ -12,17 +12,17 @@ updates:
1212
- package-ecosystem: "cargo"
1313
directory: "/"
1414
schedule:
15-
interval: "weekly"
15+
interval: "daily"
1616
ignore:
1717
- dependency-name: "*"
1818
update-types: ["version-update:semver-patch"]
1919

2020
- package-ecosystem: "npm"
2121
directory: "/"
2222
schedule:
23-
interval: "weekly"
23+
interval: "daily"
2424

2525
- package-ecosystem: "pip"
2626
directory: "/"
2727
schedule:
28-
interval: "weekly"
28+
interval: "daily"

0 commit comments

Comments
 (0)