ci: Let Dependabot update GitHub actions
This commit is contained in:
parent
3e2230e09a
commit
66ff963e0a
|
@ -0,0 +1,14 @@
|
||||||
|
# Dependabot configuration
|
||||||
|
#
|
||||||
|
# For more information, please refer to:
|
||||||
|
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates
|
||||||
|
|
||||||
|
version: 2
|
||||||
|
|
||||||
|
updates:
|
||||||
|
|
||||||
|
# Maintain dependencies for GitHub Actions
|
||||||
|
- package-ecosystem: github-actions
|
||||||
|
directory: /
|
||||||
|
schedule:
|
||||||
|
interval: weekly
|
Loading…
Reference in New Issue