mirror of
https://github.com/micropython/micropython.git
synced 2025-07-21 04:51:12 +02:00
Add a dependabot.yml file so that workflows will be checked daily and Pull Requests automatically raised when newer Actions are available.
8 lines
162 B
YAML
8 lines
162 B
YAML
version: 2
|
|
updates:
|
|
# Maintain dependencies for GitHub Actions
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|