Skip to content

Commit

Permalink
Update Dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Jan 10, 2025
1 parent 1949bb6 commit 99ca2f4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
version: 2
updates:
- package-ecosystem: "github-actions"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
ignore:
# Optional: Official actions have moving tags like v1;
# if you use those, you don't need updates.
- dependency-name: "actions/*"

- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
open-pull-requests-limit: 20
groups:
# Specify a name for the group, which will be used in pull request titles
# and branch names
python-dependencies:
# Define patterns to include dependencies in the group (based on
# dependency name)
applies-to: version-updates # Applies the group rule to version updates
patterns:
- "*"

0 comments on commit 99ca2f4

Please sign in to comment.