Skip to content

Commit

Permalink
Merge pull request #245 from elezar/add-dependabot
Browse files Browse the repository at this point in the history
Add dependabot config
  • Loading branch information
ArangoGutierrez authored Mar 12, 2024
2 parents 86f1946 + 5a6c0ef commit 41922bc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "gomod"
target-branch: main
directory: "src/nvcgo/"
schedule:
interval: "weekly"
day: "sunday"
labels:
- dependencies

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

- package-ecosystem: "github-actions"
target-branch: gh-pages
directory: "/"
schedule:
interval: "weekly"
day: "monday"

0 comments on commit 41922bc

Please sign in to comment.