Skip to content

Commit

Permalink
dependabot version updates (#103)
Browse files Browse the repository at this point in the history
* dependabot version updates

* remove comments
  • Loading branch information
depapp authored Dec 10, 2024
1 parent 5cdd6b1 commit 5c5bdeb
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
version: 2
updates:

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "deps"
include: "scope"
open-pull-requests-limit: 10

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "ci"
open-pull-requests-limit: 5

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "docker"
open-pull-requests-limit: 2

0 comments on commit 5c5bdeb

Please sign in to comment.