Skip to content

Commit

Permalink
ci: try group dependabot / GHA updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Sep 18, 2024
1 parent 126f706 commit 45ce337
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "-"
Expand All @@ -26,11 +26,15 @@ 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: "-"
# Allow up to 5 open pull requests for GitHub Actions
open-pull-requests-limit: 5
reviewers:
- "borda"
groups:
GHA-updates:
patterns:
- "*"
File renamed without changes.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
torch>=2.0.1
torch >=2.0.1
8 changes: 4 additions & 4 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -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.*

0 comments on commit 45ce337

Please sign in to comment.