Skip to content

Commit

Permalink
Improve readability for dependabot PR's
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain89 committed Oct 17, 2023
1 parent 2eeb441 commit ab94ddb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ updates:
timezone: "Europe/Amsterdam"
target-branch: main
groups:
dependencies:
create-kadena-app:
patterns:
- "*"
# Update angular package
Expand All @@ -21,7 +21,7 @@ updates:
timezone: "Europe/Amsterdam"
target-branch: main
groups:
dependencies:
angular-template:
patterns:
- "*"
# Update vuejs package
Expand All @@ -33,7 +33,7 @@ updates:
timezone: "Europe/Amsterdam"
target-branch: main
groups:
dependencies:
vuejs-template:
patterns:
- "*"
# Update nextjs package
Expand All @@ -45,6 +45,6 @@ updates:
timezone: "Europe/Amsterdam"
target-branch: main
groups:
dependencies:
nextjs-template:
patterns:
- "*"

0 comments on commit ab94ddb

Please sign in to comment.