From 55a4b7457b3ded784f28f1de29c0431e8a696753 Mon Sep 17 00:00:00 2001 From: tsutsu3 Date: Sun, 10 Nov 2024 02:36:25 +0900 Subject: [PATCH 1/2] Update dependabot.yml --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index be006de..5311919 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,8 @@ updates: - "*" # Group all Actions updates into a single larger pull request schedule: interval: weekly + + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" From e48c0a4fac4350b74516b4eb2d4bf13c91124643 Mon Sep 17 00:00:00 2001 From: tsutsu3 Date: Sun, 10 Nov 2024 02:38:26 +0900 Subject: [PATCH 2/2] remove blenk line --- .github/dependabot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5311919..62e8af2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,7 +11,6 @@ updates: - "*" # Group all Actions updates into a single larger pull request schedule: interval: weekly - - package-ecosystem: "pip" directory: "/" schedule: