Skip to content

Commit

Permalink
chore(ci): enable dependabot version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
geyslan committed Jan 13, 2025
1 parent 35d303a commit e5c4df4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "gomod"
directories:
- "/"
- "/api"
- "/types"
- "/signatures/helpers"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directories:
- "/builder"
schedule:
interval: "daily"

0 comments on commit e5c4df4

Please sign in to comment.