mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
🚧 Use Dependabot to keep GitHub Actions up-to-date
This commit is contained in:
parent
dac61a3d4f
commit
5a21f83324
1 changed files with 10 additions and 0 deletions
10
.github/dependabot.yml
vendored
Normal file
10
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
commit-message:
|
||||
prefix: "⬆️"
|
||||
include: "scope"
|
Loading…
Reference in a new issue