Skip to content

Commit

Permalink
build: adds dependabot config.
Browse files Browse the repository at this point in the history
  • Loading branch information
outofcoffee committed Nov 16, 2024
1 parent 6094237 commit 36e3ead
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
version: 2

updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "develop"
open-pull-requests-limit: 4
labels:
- "dependencies"
- "github_actions"
commit-message:
prefix: "chore"
include: "scope"

- package-ecosystem: go
directory: "/"
schedule:
interval: "daily"
target-branch: "develop"
open-pull-requests-limit: 4
labels:
- "dependencies"
- "go"
commit-message:
prefix: "chore"
include: "scope"

0 comments on commit 36e3ead

Please sign in to comment.