Skip to content

Commit

Permalink
chore(ci): add dependabot.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
Signed-off-by: Elad Leev <eladleev@gmail.com>
  • Loading branch information
dnwe authored and EladLeev committed Jul 17, 2023
1 parent 9b11ebf commit c3519c1
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
version: 2
updates:
- package-ecosystem: github-actions
directory: /
open-pull-requests-limit: 2
schedule:
interval: weekly
labels:
- "ignore-for-release"
commit-message:
prefix: chore(ci)
include: "scope"
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: gomod
directory: /
open-pull-requests-limit: 5
schedule:
interval: "daily"
time: "23:00"
labels:
- "dependencies"
commit-message:
prefix: chore(deps)
include: "scope"
groups:
golang-org-x:
patterns:
- "golang.org/x/*"

0 comments on commit c3519c1

Please sign in to comment.