Skip to content

Commit

Permalink
Merge pull request #1289 from DSD-DBS/dependabot-for-gh-actions
Browse files Browse the repository at this point in the history
build: Auto-update Github Action versions with dependabot
  • Loading branch information
MoritzWeber0 authored Jan 29, 2024
2 parents eada6df + 5b5ffc6 commit 282ab1c
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 282ab1c

Please sign in to comment.