From 657b447fd1212cd10d572c096bd21b4af937d50a Mon Sep 17 00:00:00 2001 From: Andrew Lavery Date: Wed, 11 Dec 2024 12:28:55 -0500 Subject: [PATCH 1/2] Reenable dependabot for kurl.sh --- .github/dependabot.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index a990d6ab..6873ef1f 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,15 +1,15 @@ --- version: 2 updates: - # - package-ecosystem: "npm" - # directory: "/" - # labels: - # - "dependencies" - # - "javascript" - # - "type::chore" - # schedule: - # interval: "monthly" - # open-pull-requests-limit: 25 + - package-ecosystem: "npm" + directory: "/" + labels: + - "dependencies" + - "javascript" + - "type::chore" + schedule: + interval: "daily" + open-pull-requests-limit: 25 - package-ecosystem: "github-actions" directory: "/" From 6dac8bbf30efdfdf9599a32232b707b742f8845b Mon Sep 17 00:00:00 2001 From: Andrew Lavery Date: Wed, 11 Dec 2024 12:29:40 -0500 Subject: [PATCH 2/2] Update dependabot.yaml --- .github/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 6873ef1f..d0576d87 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -9,7 +9,7 @@ updates: - "type::chore" schedule: interval: "daily" - open-pull-requests-limit: 25 + open-pull-requests-limit: 25 - package-ecosystem: "github-actions" directory: "/"