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 f3d45fb commit 2c021b9Copy full SHA for 2c021b9
.github/dependabot.yml
@@ -5,7 +5,14 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "uv"
+ # Enable version updates for GitHub Actions
9
+ - package-ecosystem: "github-actions"
10
+ # Workflow files stored in the default location of `.github/workflows`
11
+ # You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.
12
directory: "/"
13
schedule:
- interval: "weekly"
14
+ interval: "monthly"
15
+ groups:
16
+ github-actions:
17
+ patterns:
18
+ - "*"
0 commit comments