From 72c077c861cb0a1a0841e489074d9d1af6f30cf6 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 4 Feb 2025 23:23:16 +0100 Subject: [PATCH] lower runtime to try fix dependabot resolution (#9031) * lower runtime to fix dependabot resolution * Revert "split up python updates and assign to @matmair for manual fixes where necessary (#8772)" This reverts commit 04d7a96ddea647fbc53bb33f06aa62b3809a4b5c. --- .github/dependabot.yml | 19 +------------------ runtime.txt | 2 +- 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fccb183da4..37c37b524e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,33 +16,16 @@ updates: - package-ecosystem: pip directories: + - /contrib/container - /docs - /contrib/dev_reqs - schedule: - interval: weekly - day: friday - groups: - dependencies: - patterns: - - "*" # Include all dependencies - assignees: - - "matmair" - versioning-strategy: increase - - - package-ecosystem: pip - directories: - - /contrib/container - /src/backend schedule: interval: weekly - day: friday groups: dependencies: patterns: - "*" # Include all dependencies - assignees: - - "matmair" - versioning-strategy: increase - package-ecosystem: npm directories: diff --git a/runtime.txt b/runtime.txt index 119ff10234..3ee57f486e 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.10.7 +python-3.9.21