Skip to content

Commit

Permalink
Add dependabot to this project
Browse files Browse the repository at this point in the history
At the moment, we don't have any dependabot setup on this project
  • Loading branch information
rnaveiras committed Jun 14, 2023
1 parent b2e8ab9 commit b013d2a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

# Golang
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
# Stop dependabot automatically rebases open pull requests when it
# detects any changes
rebase-strategy: "disabled"

0 comments on commit b013d2a

Please sign in to comment.