Skip to content

Commit

Permalink
Add dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robbecker-wf committed May 30, 2024
1 parent 1f18697 commit 7b0473a
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
version: 2
updates:
- package-ecosystem: "github-actions"
schedule:
interval: "weekly"
commit-message:
prefix: "GHA"
labels:
- "GHA"
- "dependencies"
open-pull-requests-limit: 1
target-branch: "master"
groups:
gha-dependencies:
patterns:
- "workiva/gha-*"
- "actions/*"
directory: "/"
pull-request-branch-name:
separator: "/"
- package-ecosystem: "pub"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 2
labels:
- "dependencies"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]

0 comments on commit 7b0473a

Please sign in to comment.