Skip to content

Commit

Permalink
ci: use dependabot also for actions and run it daily
Browse files Browse the repository at this point in the history
Also set the default commit-message format so it is the same format over
all repositories.
  • Loading branch information
b1rger committed Oct 23, 2024
1 parent 71502ba commit 25f30af
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,14 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
commit-message:
prefix: "chore"
include: "scope"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "ci"
include: "scope"

0 comments on commit 25f30af

Please sign in to comment.