From d693f556cad2e8fcf596b8f89dfa2b05e61d80b2 Mon Sep 17 00:00:00 2001 From: Falk Puschner Date: Wed, 11 May 2022 12:36:54 +0200 Subject: [PATCH 1/5] :art: improve dependabot --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 77b915dac..a2133d062 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,8 @@ updates: # Check the npm registry for updates every day (weekdays) schedule: interval: 'daily' + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" From 64112b01cc43d71e4c5c3ab19c5d8f3d34b03467 Mon Sep 17 00:00:00 2001 From: Falk Puschner Date: Wed, 11 May 2022 12:38:17 +0200 Subject: [PATCH 2/5] :art: fix yaml --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a2133d062..ca7cfb87e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,8 +7,8 @@ updates: # Check the npm registry for updates every day (weekdays) schedule: interval: 'daily' - - - package-ecosystem: "github-actions" + + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" From 4b36ad56cbb61f172255b1270b158b24ca2c7a99 Mon Sep 17 00:00:00 2001 From: Falk Puschner Date: Wed, 11 May 2022 13:00:09 +0200 Subject: [PATCH 3/5] :green_heart: run prettier --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ca7cfb87e..889fc97e0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ updates: schedule: interval: 'daily' - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: 'github-actions' + directory: '/' schedule: - interval: "daily" + interval: 'daily' From 8c947ce781f2819a77c29215f0c6f28a0a4be07c Mon Sep 17 00:00:00 2001 From: Falk Puschner Date: Mon, 13 Jun 2022 21:44:08 +0200 Subject: [PATCH 4/5] :art: change interval Co-authored-by: Parker Brown <17183625+parkerbxyz@users.noreply.github.com> --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 889fc97e0..c46d88f00 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,4 +11,4 @@ updates: - package-ecosystem: 'github-actions' directory: '/' schedule: - interval: 'daily' + interval: 'weekly’ From 69c1cc99767db083ada51331c344e7b7596dfbed Mon Sep 17 00:00:00 2001 From: Falk Puschner Date: Mon, 13 Jun 2022 21:47:14 +0200 Subject: [PATCH 5/5] :rotating_light: fix lint issue --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c46d88f00..58f6388e5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,4 +11,4 @@ updates: - package-ecosystem: 'github-actions' directory: '/' schedule: - interval: 'weekly’ + interval: 'weekly'