mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 01:39:30 +02:00
12 lines
566 B
YAML
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"
|