Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardottt authored Jan 23, 2023
1 parent 4d59028 commit d92eb04
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:

# Maintain dependencies for go modules
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
target-branch: "devel"
commit-message:
prefix: "chore"
include: "scope"
labels:
- "Type: Maintenance"

0 comments on commit d92eb04

Please sign in to comment.