Skip to content

Commit 5ed6ecd

Browse files
authored
chore(ci): use Dependabot to keep GitHub Actions updated
Now that TSCCR has gone away, Security's recommendation is that we go back to using Dependabot to keep all GitHub Actions updated.
1 parent fde8712 commit 5ed6ecd

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: monthly
7+
labels:
8+
- dependencies
9+
- security
10+
groups:
11+
github-actions-breaking:
12+
update-types:
13+
- major
14+
github-actions-backward-compatible:
15+
update-types:
16+
- minor
17+
- patch

0 commit comments

Comments
 (0)