Battery-Emulator/.github/dependabot.yml
lenvm 6de8708f67 add Dependabot
- Dependabot regularly checks versions of dependencies of GitHub Actions
2024-02-07 20:05:55 +01:00

12 lines
566 B
YAML

# Dependabot checks for new versions of the dependencies used in the GitHub Actions used in this repository.
# Dependabot will raise pull requests for version updates for any outdated actions that it finds. After the initial
# version updates, Dependabot will continue to check for outdated versions of actions according to the schedule defined.
version: 2
updates:
# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"