Skip to content

Commit

Permalink
chore(ci): add dependabot.yml for gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dnwe committed Mar 25, 2024
1 parent 4e11d40 commit 46d2771
Showing 1 changed file with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
---
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
- package-ecosystem: github-actions
directory: /
open-pull-requests-limit: 2
schedule:
interval: "monthly"
interval: "daily"
time: "11:00"
labels:
- "ignore-for-release"
commit-message:
prefix: chore(ci)

- package-ecosystem: gomod
directory: /
open-pull-requests-limit: 2
schedule:
interval: "daily"
time: "23:00"
labels:
- "dependencies"
commit-message:
prefix: chore
include: "scope"
groups:
golang-org-x:
patterns:
- "golang.org/x/*"

0 comments on commit 46d2771

Please sign in to comment.