Skip to content

Commit

Permalink
chore: add dependabot (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
gularsson authored Jan 18, 2024
1 parent 2d479c1 commit f5d751e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 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: npm
directory: "/"
schedule:
interval: daily
target-branch: "main"
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: "/"
schedule:
interval: daily
target-branch: "main"
open-pull-requests-limit: 10

0 comments on commit f5d751e

Please sign in to comment.