Skip to content

Commit e337f43

Browse files
committed
chore: Add dependabot support for uv.lock
1 parent 9c34b71 commit e337f43

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
# Documentation
22
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
33
version: 2
4+
enable-beta-ecosystems: true
45
updates:
56
- package-ecosystem: "github-actions"
67
directory: "/"
78
schedule:
8-
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+
interval: "monthly"
920
labels:
1021
- "exclude-from-changelog"

0 commit comments

Comments
 (0)