Skip to content

Commit

Permalink
setup dependabot for github-actions and make all of the checks a week…
Browse files Browse the repository at this point in the history
…ly job
  • Loading branch information
mmorel-35 authored Dec 1, 2024
1 parent a78cb17 commit 55f2014
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# See https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#package-ecosystem
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "daily"
interval: weekly
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly

0 comments on commit 55f2014

Please sign in to comment.