From 8c6b38b357c3bf6e2e6dfcb0c8d238d6f04cd1f9 Mon Sep 17 00:00:00 2001 From: David Gamero Date: Tue, 3 Sep 2024 13:54:48 -0400 Subject: [PATCH 1/3] Create dependabot.yml --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..ba4f42a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +version: 2 +updates: + - package-ecosystem: "npm" + schedule: + interval: "weekly" + groups: + actions: + patterns: + - "*" + - package-ecosystem: "github-actions" + directory: "/template/workflows/helm/.github/workflows" + schedule: + interval: "weekly" + groups: + actions: + patterns: + - "*" From b69ae1081661b1b64bb9ea8548f5092780aa49d6 Mon Sep 17 00:00:00 2001 From: David Gamero Date: Tue, 3 Sep 2024 15:13:33 -0400 Subject: [PATCH 2/3] format --- .github/dependabot.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ba4f42a..02000e8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,17 +1,17 @@ version: 2 updates: - - package-ecosystem: "npm" - schedule: - interval: "weekly" - groups: - actions: - patterns: - - "*" - - package-ecosystem: "github-actions" - directory: "/template/workflows/helm/.github/workflows" - schedule: - interval: "weekly" - groups: - actions: - patterns: - - "*" + - package-ecosystem: 'npm' + schedule: + interval: 'weekly' + groups: + actions: + patterns: + - '*' + - package-ecosystem: 'github-actions' + directory: '/template/workflows/helm/.github/workflows' + schedule: + interval: 'weekly' + groups: + actions: + patterns: + - '*' From 99a67fc861a8d5912940ea5878e9fca61f715e2d Mon Sep 17 00:00:00 2001 From: David Gamero Date: Tue, 3 Sep 2024 15:31:29 -0400 Subject: [PATCH 3/3] directory for npm --- .github/dependabot.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 02000e8..d806d99 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,16 +1,17 @@ version: 2 updates: - - package-ecosystem: 'npm' + - package-ecosystem: npm + directory: / schedule: - interval: 'weekly' + interval: weekly groups: actions: patterns: - '*' - - package-ecosystem: 'github-actions' - directory: '/template/workflows/helm/.github/workflows' + - package-ecosystem: github-actions + directory: .github/workflows schedule: - interval: 'weekly' + interval: weekly groups: actions: patterns: