Skip to content

Commit

Permalink
Merge pull request #105 from mimmi20/updates-8.3
Browse files Browse the repository at this point in the history
update config for dependabot
  • Loading branch information
mimmi20 authored Oct 29, 2024
2 parents 69a4fac + d736191 commit 0e4e99d
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,39 @@ updates:

# Disable rebasing for all pull requests
rebase-strategy: "disabled"

- package-ecosystem: "github-actions"

directory: "/"

schedule:
interval: "daily"

groups:
# Specify a name for the group, which will be used in pull request titles
# and branch names
minor-patch-dependencies:
applies-to: "version-updates"
# Define patterns to include dependencies in the group (based on
# dependency name)
patterns:
- "*"

open-pull-requests-limit: 10

reviewers:
- "mimmi20"

assignees:
- "mimmi20"

labels:
- "dependencies"

target-branch: "8.3"

commit-message:
prefix: "github-actions (8.3)"

# Disable rebasing for all pull requests
rebase-strategy: "disabled"

0 comments on commit 0e4e99d

Please sign in to comment.