From c8dc7f4700314eef9e15e62a183b3c036123f0df Mon Sep 17 00:00:00 2001 From: Mathieu Tanneau <9593025+mtanneau@users.noreply.github.com> Date: Mon, 3 Mar 2025 10:48:17 -0500 Subject: [PATCH 1/2] Add dependabot workflow --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..d60f0707 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" # Location of package manifests + schedule: + interval: "monthly" From 21bbb297da5fe396b24f8c0e328098bf1c4d1760 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Tue, 4 Mar 2025 16:33:53 +1300 Subject: [PATCH 2/2] Update dependabot.yml --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d60f0707..d0462be6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,3 +1,4 @@ +# For details, see: # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 updates: