Skip to content

Commit 99abb36

Browse files
authored
Merge pull request #796 from GSA/dependabot-ghaction
add dependabot for gh action version update
2 parents a03303d + 20ebf6a commit 99abb36

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
ignore:
8+
# Ignore minor and patch updates
9+
- dependency-name: "*"
10+
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
11+
groups:
12+
# Group all updates together
13+
github-actions:
14+
patterns:
15+
- "*"

0 commit comments

Comments
 (0)