Skip to content

Commit a23b9c2

Browse files
authored
Update Dependabot configuration for package ecosystem
1 parent ad145cf commit a23b9c2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+
7+
- package-ecosystem: "uv"
8+
directories:
9+
- "/"
10+
schedule:
11+
interval: "weekly"
12+
day: "sunday"
13+
groups:
14+
# Individual pull requests for major/minor updates and grouped for patch updates
15+
python-patch:
16+
applies-to: version-updates
17+
patterns:
18+
- "*"
19+
update-types:
20+
- "patch"
21+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)