From 73122f3fcf430deede4b15c3d4d9cc1c96e3f3c4 Mon Sep 17 00:00:00 2001 From: Matt Raible Date: Fri, 4 Oct 2024 14:43:38 -0600 Subject: [PATCH 1/2] Add dependabot to keep dependencies up-to-date --- .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..aff82a1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" From 7906903e352299c7c59b256394deff2fdec068e5 Mon Sep 17 00:00:00 2001 From: Matt Raible Date: Fri, 4 Oct 2024 14:56:07 -0600 Subject: [PATCH 2/2] Add Go and GitHub Actions --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aff82a1..8280633 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,11 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"