We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9647379 commit b47b9a3Copy full SHA for b47b9a3
.github/dependabot.yml
@@ -1,14 +1,16 @@
1
version: 2
2
updates:
3
- # Set update schedule for GitHub Actions
+ # GitHub Actions
4
- package-ecosystem: "github-actions"
5
directory: "/"
6
schedule:
7
- # Check for updates to GitHub Actions once a week (Mondays by default)
8
interval: "weekly"
9
- # Set update schedule for pip
+ groups:
+ actions:
10
+ patterns:
11
+ - "*"
12
+ # Python
13
- package-ecosystem: "pip"
14
15
- # Check for updates to Python deps once a week (Mondays by default)
16
0 commit comments