mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
feat: add Dependabot config file
Set for GitHub Actions to check for update everyday. When you add or update the dependabot.yml file, this triggers an immediate check for version updates. Any options that also affect security updates are used the next time a security alert triggers a pull request for a security update. https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# Basic set up
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
|
||||
# Maintain dependencies for GitHub Actions
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
Reference in New Issue
Block a user