Skip to content

Commit 6977493

Browse files
committed
Update dependabot schedule to monthly
1 parent 56cd9b0 commit 6977493

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
1-
version: 2
1+
---
22
updates:
3-
- package-ecosystem: mix
4-
versioning-strategy: lockfile-only
5-
directory: "/"
6-
schedule:
7-
interval: daily
8-
# interval: weekly
9-
# day: thursday
3+
- directory: /
104
groups:
11-
production-dependencies:
12-
dependency-type: production
135
dev-dependencies:
146
dependency-type: development
15-
- package-ecosystem: "github-actions"
16-
directory: "/"
7+
production-dependencies:
8+
dependency-type: production
9+
package-ecosystem: mix
1710
schedule:
18-
interval: "weekly"
11+
interval: monthly
12+
versioning-strategy: lockfile-only
13+
- directory: /
1914
groups:
20-
# Group all GitHub Actions updates together to have less PRs
2115
github-actions:
2216
applies-to: version-updates
2317
patterns:
24-
- "*"
18+
- '*'
19+
package-ecosystem: github-actions
20+
schedule:
21+
interval: monthly
22+
version: 2

0 commit comments

Comments
 (0)