Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
RLKRo committed Dec 27, 2023
2 parents 1ca2df0 + e101fb3 commit 8692120
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,36 @@ updates:
target-branch: dev
schedule:
interval: "weekly"
open-pull-requests-limit: 99
labels:
- "dependencies"
groups:
docker-deps:
patterns:
- "*"

- package-ecosystem: "github-actions"
directory: "/"
target-branch: dev
schedule:
interval: "weekly"
open-pull-requests-limit: 99
labels:
- "dependencies"
groups:
action-deps:
patterns:
- "*"

- package-ecosystem: "pip"
directory: "/"
target-branch: dev
schedule:
interval: "daily"
open-pull-requests-limit: 99
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
labels:
- "dependencies"
groups:
deps:
patterns:
- "*"

0 comments on commit 8692120

Please sign in to comment.