Skip to content

Commit e84878b

Browse files
authored
ci: clean up random inconsistencies in CI (#404)
1 parent f098263 commit e84878b

3 files changed

Lines changed: 2 additions & 11 deletions

File tree

.github/renovate.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"github>TotallyNotRobots/renovate-config",
5-
"github>TotallyNotRobots/renovate-config//configs/hatch-manager.json",
6-
":separateMajorReleases",
7-
":separateMultipleMajorReleases",
8-
":separateMultipleMinorReleases",
9-
":separatePatchReleases",
10-
"docker:pinDigests"
5+
"github>TotallyNotRobots/renovate-config//configs/hatch-manager.json"
116
]
127
}

.github/workflows/pre-commit-update.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ jobs:
2525
with:
2626
version: "${{ env.HATCH_VERSION }}"
2727

28-
- name: Set up Git user
29-
run: |
30-
git config --global user.name "github-actions[bot]"
31-
git config --global user.email "github-actions[bot]@users.noreply.github.com"
32-
3328
- name: Update .pre-commit-config.yaml
3429
run: hatch run pre-commit:pre-commit autoupdate --freeze
3530

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ extra-dependencies = [
6666
"pytest==8.4.2",
6767
"irc-parser-tests==0.0.4",
6868
]
69+
post-install-commands = []
6970

7071
[tool.hatch.envs.hatch-test.scripts]
7172
run = "pytest{env:HATCH_TEST_ARGS:} {args}"

0 commit comments

Comments
 (0)