Skip to content

Commit

Permalink
chore: adds dependabot configuration for gomod and GitHub Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Dec 3, 2024
1 parent 33322f8 commit d96e19a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
version: 2

updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: build
include: scope

- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: build
include: scope

- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
target-branch: "v1"
commit-message:
prefix: build
include: scope

0 comments on commit d96e19a

Please sign in to comment.