Skip to content

Commit b47b9a3

Browse files
authored
Update dependabot config (#130)
1 parent 9647379 commit b47b9a3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
version: 2
22
updates:
3-
# Set update schedule for GitHub Actions
3+
# GitHub Actions
44
- package-ecosystem: "github-actions"
55
directory: "/"
66
schedule:
7-
# Check for updates to GitHub Actions once a week (Mondays by default)
87
interval: "weekly"
9-
# Set update schedule for pip
8+
groups:
9+
actions:
10+
patterns:
11+
- "*"
12+
# Python
1013
- package-ecosystem: "pip"
1114
directory: "/"
1215
schedule:
13-
# Check for updates to Python deps once a week (Mondays by default)
1416
interval: "weekly"

0 commit comments

Comments
 (0)