mirror of
https://github.com/micropython/micropython.git
synced 2025-07-21 04:51:12 +02:00
github: Add dependabot to update GitHub Actions.
Add a dependabot.yml file so that workflows will be checked daily and Pull Requests automatically raised when newer Actions are available.
This commit is contained in:
committed by
Damien George
parent
86c3c1d80d
commit
90c7568ca4
7
.github/dependabot.yml
vendored
Normal file
7
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
version: 2
|
||||
updates:
|
||||
# Maintain dependencies for GitHub Actions
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
Reference in New Issue
Block a user