Skip to content

Commit fc1c03a

Browse files
Merge pull request #468 from afuetterer/dependabot
ci: set up quarterly dependabot checks for github actions
2 parents b7d72e8 + d6c23cc commit fc1c03a

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# dependabot
2+
# Ref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3+
# ------------------------------------------------------------------------------
4+
5+
version: 2
6+
updates:
7+
- package-ecosystem: github-actions
8+
directory: /
9+
schedule:
10+
interval: quarterly
11+
groups:
12+
# create a single pull request containing all updates for GitHub Actions
13+
github-actions:
14+
patterns:
15+
- '*'
16+
cooldown:
17+
default-days: 7

0 commit comments

Comments
 (0)