Skip to content

Commit

Permalink
dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
csautter committed Feb 10, 2024
1 parent 867fb05 commit a10c5fe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/api"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
prefix: "[docker] "

0 comments on commit a10c5fe

Please sign in to comment.