From 5a4fe819b4989ba8c8e9f6cf2ad5265e8f47c0dd Mon Sep 17 00:00:00 2001 From: Ziggy Date: Sat, 11 May 2024 10:12:52 +0200 Subject: [PATCH] Automatically create PRs for updating pswgcommon to the latest version --- .github/dependabot.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4b8eab53e..db19effec 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,13 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - # Check for updates to GitHub Actions every week + interval: "weekly" + day: "saturday" + + - package-ecosystem: "gitsubmodule" + directory: "/" + allow: + - dependency-name: "pswgcommon" + schedule: interval: "weekly" day: "saturday"