Skip to content

Commit

Permalink
chore(dockerfile): add dependabot config to keep base image up-to-dat…
Browse files Browse the repository at this point in the history
…e (INFRA-13) (#670)
  • Loading branch information
SamuelBoerlin committed Feb 22, 2022
1 parent c1b631c commit 485a57e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,11 @@
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: "node"

0 comments on commit 485a57e

Please sign in to comment.