Skip to content

Commit

Permalink
Tune dependabot config (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Nov 5, 2024
1 parent e247f3f commit 29430b1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,21 @@
version: 2
updates:
- package-ecosystem: pip
directory: ".config"
directory: /.config/
schedule:
day: sunday
interval: weekly
labels:
- dependabot-deps-updates
- skip-changelog
versioning-strategy: lockfile-only
groups:
dependencies:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 3
interval: daily
labels:
- "dependencies"
- "skip-changelog"

0 comments on commit 29430b1

Please sign in to comment.