Skip to content

Commit a1b9481

Browse files
authored
Merge pull request #65 from esabol/add-dependabot
Add Dependabot GitHub Actions workflow
2 parents a29a04a + 82855a4 commit a1b9481

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Keep the GitHub Actions used in .github/workflows/* up to date
2+
# Reference: https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference
3+
version: 2
4+
updates:
5+
- package-ecosystem: "github-actions"
6+
directory: "/" # Root of the repository
7+
schedule:
8+
interval: "weekly"
9+
open-pull-requests-limit: 5 # Prevent too many open PRs
10+
labels:
11+
- "dependencies"
12+
- "github-actions"
13+
# Group updates together (newer Dependabot feature)
14+
groups:
15+
actions:
16+
dependency-type: "production"

0 commit comments

Comments
 (0)