Skip to content

Commit

Permalink
chore: group dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenengelsen committed Sep 23, 2024
1 parent f3b8fc8 commit 02898f7
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
version: 2
registries:
sevan-packagr:
type: python-index
url: https://api.packagr.app/EYvhW6SyL
username: ${{secrets.PACKAGR_USERNAME}}
password: ${{secrets.PACKAGR_PASSWORD}}
updates:
- package-ecosystem: "pip"
directory: "/"
insecure-external-code-execution: allow
registries:
- sevan-packagr
schedule:
interval: "weekly"
open-pull-requests-limit: 10
interval: "monthly"
groups:
python-deps:
patterns:
- "patch"
- "minor"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
actions-deps:
patterns:
- "*"

0 comments on commit 02898f7

Please sign in to comment.