Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded authored Aug 16, 2024
1 parent 74a18c2 commit 2bd4e46
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"
day: "monday"
time: "09:00"
timezone: "UTC"
open-pull-requests-limit: 10
target-branch: "master"
labels:
- "dependencies"
- "automerge"

- package-ecosystem: "npm"
directory: "/packages/apps-config"
schedule:
interval: "weekly"
day: "monday"
time: "09:00"
timezone: "UTC"
open-pull-requests-limit: 10
target-branch: "master"
labels:
- "dependencies"
- "automerge"

0 comments on commit 2bd4e46

Please sign in to comment.