Skip to content

Commit

Permalink
chore: combine dependabot updates (#3684)
Browse files Browse the repository at this point in the history
  • Loading branch information
Panaetius authored Jun 18, 2024
1 parent 78f0e8c commit 0e11898
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "docs/" # Location of package manifests
- package-ecosystem: "pip"
directories:
- "docs/"
- "scripts/init-realm"
- "acceptance-tests/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
- package-ecosystem: "pip" # See documentation for possible values
directory: "scripts/init-realm" # Location of package manifests
schedule:
interval: "weekly"
open-pull-requests-limit: 2
ignore:
- dependency-name: "python-keycloak"
# I would like to replace this with "version-update:semver-patch", "version-update:semver-minor"
# but just want to test this first...
update-types: ["version-update:semver-patch"]
- package-ecosystem: "pip"
directory: "acceptance-tests/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
groups:
python:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
gh-actions:
patterns:
- "*"

0 comments on commit 0e11898

Please sign in to comment.