From 21f9fcb2b10de5ca769b6f70d9fe27dd678ca559 Mon Sep 17 00:00:00 2001 From: Brandon Foley Date: Thu, 5 Sep 2024 16:37:08 -0400 Subject: [PATCH 1/2] Add dependabot --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..143a6056 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +version: 2 +updates: + - package-ecosystem: npm + directory: / + schedule: + interval: weekly + groups: + actions: + patterns: + - '*' + - package-ecosystem: github-actions + directory: .github/workflows + schedule: + interval: weekly + groups: + actions: + patterns: + - '*' \ No newline at end of file From 0ac7cf6199c2b7626c68f80af03d737c3cb43341 Mon Sep 17 00:00:00 2001 From: Brandon Foley Date: Thu, 5 Sep 2024 17:04:07 -0400 Subject: [PATCH 2/2] update spacing --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 143a6056..d806d992 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,4 +15,4 @@ updates: groups: actions: patterns: - - '*' \ No newline at end of file + - '*'