Skip to content

Commit 6260dd4

Browse files
Merge pull request #3373 from verilog-to-routing/feature-ci
[CI] Added Dependabot for GitHub Actions
2 parents 9ebcd5c + 19a5f8f commit 6260dd4

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)