Skip to content

Commit

Permalink
Merge pull request #42 from stefanb/patch-1
Browse files Browse the repository at this point in the history
Automate dependancy updates via dependabot
  • Loading branch information
refaktor authored Dec 4, 2023
2 parents 4bdbe80 + 2f92f2c commit 73a0450
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "monthly"

- package-ecosystem: "docker" # See documentation for possible values
directory: "/.docker" # Location of package manifests
schedule:
interval: "monthly"

- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "monthly"

0 comments on commit 73a0450

Please sign in to comment.