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 9c34b71 commit e337f43Copy full SHA for e337f43
.github/dependabot.yml
@@ -1,10 +1,21 @@
1
# Documentation
2
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3
version: 2
4
+enable-beta-ecosystems: true
5
updates:
6
- package-ecosystem: "github-actions"
7
directory: "/"
8
schedule:
- interval: "weekly"
9
+ interval: "monthly"
10
+ labels:
11
+ - "exclude-from-changelog"
12
+ groups:
13
+ actions-infrastructure:
14
+ patterns:
15
+ - "actions/*"
16
+ - package-ecosystem: "uv"
17
+ directory: "/"
18
+ schedule:
19
20
labels:
21
- "exclude-from-changelog"
0 commit comments