Skip to content

Commit

Permalink
chore: update dependabot rules (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers authored Nov 12, 2024
1 parent 9e79368 commit a9cd5ca
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,29 @@

version: 2
updates:
- package-ecosystem: "pip"
- package-ecosystem: pip
directory: "/" # Location of package manifests
commit-message:
prefix: "chore(deps): "
schedule:
interval: "weekly"
interval: daily
labels:
- chore
open-pull-requests-limit: 8 # default is 5

- package-ecosystem: "github-actions"
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
- package-ecosystem: github-actions
open-pull-requests-limit: 5 # default is 5
directory: "/"
commit-message:
prefix: "ci(deps): "
schedule:
interval: "weekly"
interval: daily
labels:
- ci
groups:
# allow combining github-actions updates into a single PR
minor-and-patch:
applies-to: version-updates
update-types:
- patch
- minor

0 comments on commit a9cd5ca

Please sign in to comment.