From b1efca16d1a8bb4bf142efe864c3bc03c1f9c968 Mon Sep 17 00:00:00 2001 From: Alex Hadley Date: Mon, 8 Jan 2024 11:01:59 -0800 Subject: [PATCH] Update dependabot time and group names --- .github/dependabot.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 746189e..0bf1181 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - - package-ecosystem: "pip" + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" @@ -8,27 +8,27 @@ updates: time: "05:00" timezone: "America/Los_Angeles" groups: - python-updates: - update-types: ["minor", "patch"] + github-actions: + patterns: ["*"] - - package-ecosystem: "npm" + - package-ecosystem: "pip" directory: "/" schedule: interval: "weekly" day: "monday" - time: "05:00" + time: "04:00" timezone: "America/Los_Angeles" groups: - npm-updates: + python: update-types: ["minor", "patch"] - - package-ecosystem: "github-actions" + - package-ecosystem: "npm" directory: "/" schedule: interval: "weekly" day: "monday" - time: "05:00" + time: "04:00" timezone: "America/Los_Angeles" groups: - actions-updates: - patterns: ["*"] + javascript: + update-types: ["minor", "patch"]