From e08d8ef41d6c908d0ed49b228111ac05996f433a Mon Sep 17 00:00:00 2001 From: ipa-vsp Date: Fri, 16 Aug 2024 20:21:26 +0200 Subject: [PATCH 1/2] add dependabot --- .github/dependabot.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 00000000..11eb3457 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,10 @@ +# Set update schedule for GitHub Actions + +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly" \ No newline at end of file From 9892d045e5a7f7012bf4627ec9ab3eaee7ea4383 Mon Sep 17 00:00:00 2001 From: ipa-vsp Date: Fri, 16 Aug 2024 20:29:14 +0200 Subject: [PATCH 2/2] pre-commit update --- .github/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 11eb3457..dfd0e308 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -7,4 +7,4 @@ updates: directory: "/" schedule: # Check for updates to GitHub Actions every week - interval: "weekly" \ No newline at end of file + interval: "weekly"