Skip to content

Commit 87c4941

Browse files
ci: auto update GitHub Actions using dependabot (#398)
## Summary CI: - Enable Dependabot updates for GitHub Actions in the root and example workflow directories with daily checks. Closes #272 Related PR #261
1 parent 59aecd4 commit 87c4941

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,11 @@ updates:
88
commit-message:
99
prefix: 'security: '
1010
open-pull-requests-limit: 0 # only check security updates
11+
12+
- package-ecosystem: 'github-actions'
13+
directories:
14+
- '/'
15+
- '/examples/workflows/*'
16+
rebase-strategy: 'disabled'
17+
schedule:
18+
interval: 'daily'

0 commit comments

Comments
 (0)