Skip to content

Commit

Permalink
ci: update github action checkout to v4
Browse files Browse the repository at this point in the history
Use v4 github action checkout
Update dependabot to include the "ci: " prefix in commit/pr titles
for PR title checking.
Tell dependabot to check weekly instead of monthly

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Oct 4, 2023
1 parent 95deab6 commit 3d89470
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
interval: weekly
commit-message:
prefix: ci

0 comments on commit 3d89470

Please sign in to comment.