From 2808da6fdea3c065a71eec312f79a7f0309c90ae Mon Sep 17 00:00:00 2001 From: Elizabeth Perl Date: Mon, 3 Feb 2025 13:53:14 -0500 Subject: [PATCH 1/2] Create dependabot.yml --- .github/workflows/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 00000000..bdb89412 --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,9 @@ +# Uses dependabot to check things +version: 2 +updates: + # Enable version updates for GitHub Actions + - package-ecosystem: "github-actions" + # The default location of the bot is `.github/workflows` + directory: "/" + schedule: + interval: "weekly" From 7f7d4c95f2206b793eb275eb70b0865da1e89e6a Mon Sep 17 00:00:00 2001 From: Elizabeth Perl Date: Tue, 4 Feb 2025 04:26:37 +0900 Subject: [PATCH 2/2] move dependabot --- .github/{workflows => }/dependabot.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{workflows => }/dependabot.yml (100%) diff --git a/.github/workflows/dependabot.yml b/.github/dependabot.yml similarity index 100% rename from .github/workflows/dependabot.yml rename to .github/dependabot.yml