add dependabot (#1282)
This commit is contained in:
parent
65054ae903
commit
5316655c55
14
.github/dependabot.yml
vendored
Normal file
14
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
# dependabot
|
||||
# Ref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
||||
# ------------------------------------------------------------------------------
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
groups:
|
||||
# open a single pull-request for all GitHub actions updates
|
||||
github-actions:
|
||||
patterns:
|
||||
- '*'
|
Loading…
Reference in New Issue
Block a user