diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 09ff17477..a502e2ba7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,6 +17,14 @@ updates: interval: "daily" labels: - "dependencies" + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "coq-8.19" + schedule: + # Check for updates to GitHub Actions every weekday + interval: "daily" + labels: + - "dependencies" - package-ecosystem: "github-actions" directory: "/" target-branch: "coq-8.18"