Skip to content

Commit

Permalink
build: Auto-update Github Action versions with dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzWeber0 committed Jan 24, 2024
1 parent 4fecea1 commit 5b5ffc6
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,18 @@ updates:
groups:
angular:
patterns:
- "@angular*"
- "@angular*"
update-types:
- "major"
- "minor"
- "patch"
- "major"
- "minor"
- "patch"
# Capella Dockerimages
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"
# Github Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

0 comments on commit 5b5ffc6

Please sign in to comment.