Skip to content

Commit

Permalink
add dependabot.yml for version updates (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanwalpreetd authored Aug 16, 2024
1 parent 35b89cf commit fec6fcc
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
version: 2
updates:
- package-ecosystem: "npm"
directories:
- "/"
- "/ui"
- "/server"
- "/@stellar/anchor-tests"
schedule:
interval: "weekly"
day: "sunday"
time: "02:00"
open-pull-requests-limit: 2
groups:
minor-and-patch:
applies-to: version-updates
update-types:
- "patch"
- "minor"
major:
applies-to: version-updates
update-types:
- "major"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "02:00"
open-pull-requests-limit: 2
groups:
all-actions:
applies-to: version-updates
patterns: [ "*" ]
- package-ecosystem: "docker"
directories:
- "/"
- "/ui"
- "/server"
schedule:
interval: "weekly"
day: "sunday"
time: "02:00"
open-pull-requests-limit: 2
groups:
all-docker:
applies-to: version-updates
patterns: [ "*" ]

0 comments on commit fec6fcc

Please sign in to comment.