Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Exchizz authored Oct 2, 2023
1 parent a630878 commit c83d64a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Config for Dependabot updates. See Documentation here:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
# Update GitHub actions in workflows
- package-ecosystem: 'github-actions'
directory: '/'
# Every weekday
schedule:
interval: 'daily'

- package-ecosystem: 'docker'
directory: '/'
# Every weekday
schedule:
interval: 'daily'

- package-ecosystem: gomod
directory: /
schedule:
interval: 'daily'

0 comments on commit c83d64a

Please sign in to comment.