slim/.github/dependabot.yml
Chris Thach da8868a6a2
Pin Actions workflow versions for deterministic execution. Configure Dependabot to keep workflows up to date. (#464)
* Pin all GitHub Actions workflow versions for deterministic workflow execution

Signed-off-by: Chris Thach <12981621+cthach@users.noreply.github.com>

* Use Dependabot to keep GitHub Action workflows up to date

Signed-off-by: Chris Thach <12981621+cthach@users.noreply.github.com>

---------

Signed-off-by: Chris Thach <12981621+cthach@users.noreply.github.com>
2023-02-05 19:54:19 -08:00

12 lines
216 B
YAML

---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"