Skip to content

Commit 19a5f8f

Browse files
[CI] Added Dependabot for GitHub Actions
Our CI uses external GitHub Actions for different things such as checking out the repo. This updates Dependabot to check for updates to these actions and raise a PR whenever there is an update.
1 parent 9ebcd5c commit 19a5f8f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,12 @@ updates:
99
interval: "monthly"
1010

1111
# Update all submodules
12-
directory: /
12+
directory: /
13+
14+
# This will create a PR if there are any updates to the actions used in the CI.
15+
- package-ecosystem: "github-actions"
16+
# Workflow files stored in the default location of `.github/workflows`
17+
directory: "/"
18+
# Check for updates once a week
19+
schedule:
20+
interval: "weekly"

0 commit comments

Comments
 (0)