Skip to content

Commit

Permalink
chore: update ci config
Browse files Browse the repository at this point in the history
Signed-off-by: Eiko Wagenknecht <[email protected]>
  • Loading branch information
eikowagenknecht committed Oct 17, 2023
1 parent d6a987c commit da63673
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@ updates:
interval: "daily"
target-branch: "develop"
versioning-strategy: increase
commit-message:
prefix: "chore(deps)"
include: "scope"

# Check for updates to GitHub Actions every weekday
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "main"
target-branch: "main"
commit-message:
prefix: "chore(deps)"
include: "scope"

0 comments on commit da63673

Please sign in to comment.