From 375f855d6c4479f19eb0a4c264c62da75444dad3 Mon Sep 17 00:00:00 2001 From: Yeikel Date: Tue, 7 Feb 2023 17:30:48 -0500 Subject: [PATCH 1/2] Add dependabot configuration See https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/ --- .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 00000000..d1f0d085 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" From 279d40aa15a47c835a7ddd7f51c6b8e3c49ae79d Mon Sep 17 00:00:00 2001 From: Yeikel Date: Mon, 6 Mar 2023 15:38:28 -0500 Subject: [PATCH 2/2] Add github-actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d1f0d085..61c651ea 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"