From 45ce337a2ca127d9c6ab01c8c05d5d4ad671d707 Mon Sep 17 00:00:00 2001 From: Jirka B Date: Wed, 18 Sep 2024 10:46:15 +0200 Subject: [PATCH] ci: try group dependabot / GHA updates --- .github/dependabot.yml | 8 ++++++-- .github/workflows/{code-format.yml => lint-check.yml} | 0 README.md | 1 - requirements.txt | 2 +- tests/requirements.txt | 8 ++++---- 5 files changed, 11 insertions(+), 8 deletions(-) rename .github/workflows/{code-format.yml => lint-check.yml} (100%) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fb7caa9..9758a64 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,7 +10,7 @@ updates: schedule: interval: "monthly" # Labels on pull requests for version updates only - labels: ["CI / tests"] + labels: ["dependencies"] pull-request-branch-name: # Separate sections of the branch name with a hyphen for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1` separator: "-" @@ -26,7 +26,7 @@ updates: schedule: interval: "monthly" # Labels on pull requests for version updates only - labels: ["CI / tests"] + labels: ["CI"] pull-request-branch-name: # Separate sections of the branch name with a hyphen for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1` separator: "-" @@ -34,3 +34,7 @@ updates: open-pull-requests-limit: 5 reviewers: - "borda" + groups: + GHA-updates: + patterns: + - "*" diff --git a/.github/workflows/code-format.yml b/.github/workflows/lint-check.yml similarity index 100% rename from .github/workflows/code-format.yml rename to .github/workflows/lint-check.yml diff --git a/README.md b/README.md index ec346da..a18e5eb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Kaggle sandbox [![CI complete testing](https://github.com/Borda/kaggle_sandbox/actions/workflows/ci_testing.yml/badge.svg?branch=main&event=push)](https://github.com/Borda/kaggle_sandbox/actions/workflows/ci_testing.yml) -[![Code formatting](https://github.com/Borda/kaggle_sandbox/actions/workflows/code-format.yml/badge.svg?branch=main&event=push)](https://github.com/Borda/kaggle_sandbox/actions/workflows/code-format.yml) [![codecov](https://codecov.io/gh/Borda/kaggle_sandbox/branch/main/graph/badge.svg)](https://codecov.io/gh/Borda/kaggle_sandbox) [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Borda/kaggle_sandbox/main.svg)](https://results.pre-commit.ci/latest/github/Borda/kaggle_sandbox/main) diff --git a/requirements.txt b/requirements.txt index 72d19da..399d4bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -torch>=2.0.1 +torch >=2.0.1 diff --git a/tests/requirements.txt b/tests/requirements.txt index cf44d82..1a66418 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ -pytest >=6.0 -pytest-cov >2.10 -flake8 >=5.0 -twine >=4.0 +pytest ==8.3.* +pytest-cov ==5.0.* + +twine ==5.1.*