Skip to content

Commit

Permalink
Merge pull request #1 from kadena-community/chore/dependabot
Browse files Browse the repository at this point in the history
Chore/dependabot
  • Loading branch information
Ghislain89 authored Oct 17, 2023
2 parents ddc704b + 3c4e9ba commit 2eeb441
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
version: 2
updates:
# Update root package
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: daily
time: "06:00"
timezone: "Europe/Amsterdam"
target-branch: main
groups:
dependencies:
patterns:
- "*"
# Update angular package
- package-ecosystem: "npm"
directory: "/templates/angular"
schedule:
interval: daily
time: "06:00"
timezone: "Europe/Amsterdam"
target-branch: main
groups:
dependencies:
patterns:
- "*"
# Update vuejs package
- package-ecosystem: "npm"
directory: "/templates/vuejs"
schedule:
interval: daily
time: "06:00"
timezone: "Europe/Amsterdam"
target-branch: main
groups:
dependencies:
patterns:
- "*"
# Update nextjs package
- package-ecosystem: "npm"
directory: "/templates/nextjs"
schedule:
interval: daily
time: "06:00"
timezone: "Europe/Amsterdam"
target-branch: main
groups:
dependencies:
patterns:
- "*"

0 comments on commit 2eeb441

Please sign in to comment.