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 8332337 commit ffd1da5Copy full SHA for ffd1da5
.github/dependabot.yml
@@ -9,8 +9,17 @@ updates:
9
# if you use those, you don't need updates.
10
- dependency-name: "actions/*"
11
12
- - package-ecosystem: pip
+ - package-ecosystem: "uv"
13
directory: "/"
14
schedule:
15
- interval: weekly
16
- open-pull-requests-limit: 10
+ interval: "monthly"
+ open-pull-requests-limit: 20
17
+ groups:
18
+ # Specify a name for the group, which will be used in pull request titles
19
+ # and branch names
20
+ python-non-security-dependencies:
21
+ # Define patterns to include dependencies in the group (based on
22
+ # dependency name)
23
+ applies-to: version-updates # Applies the group rule to version updates
24
+ patterns:
25
+ - "*"
0 commit comments