From 62c42395cf5002b47aa2c1a8f209ff12e64372cf Mon Sep 17 00:00:00 2001 From: James Date: Thu, 2 Feb 2023 17:35:30 +0000 Subject: [PATCH] Add Github Actions dependabot Just like https://github.com/awslabs/smithy/blob/main/.github/dependabot.yml --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5ace460 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"