Skip to content

Commit 9e59d87

Browse files
committed
ci: use dependabot for actions updates
1 parent 9fca322 commit 9e59d87

2 files changed

Lines changed: 14 additions & 26 deletions

File tree

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
day: monday
8+
groups:
9+
actions-patch-minor:
10+
update-types: ["patch", "minor"]
11+
actions-major:
12+
update-types: ["major"]
13+
commit-message:
14+
prefix: "ci"

.github/renovate.json

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)