Skip to content

Commit

Permalink
chore: add dependabot.yml (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Sep 22, 2023
1 parent 30d2216 commit 3125a46
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 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "npm"
directory: "/varfish/vueapp"
schedule:
interval: "weekly"

0 comments on commit 3125a46

Please sign in to comment.