Skip to content

Commit 46dd87d

Browse files
authored
Merge pull request #96 from GitHubSecurityLab/GeekMasher-patch-1
feat(ci): Add dependabot configuration for Actions
2 parents 4d15afc + d35a4d5 commit 46dd87d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
updates:
3+
# ---------- GitHub Actions ----------
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
reviewers:
9+
- "GitHubSecurityLab/codeql-community-packs-admin"
10+
target-branch: "main"
11+
commit-message:
12+
prefix: deps
13+
prefix-development: chore
14+
groups:
15+
production-dependencies:
16+
dependency-type: "production"
17+
development-dependencies:
18+
dependency-type: "development"

0 commit comments

Comments
 (0)