Skip to content

Commit

Permalink
chore: fix renovate semantic commit type (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan authored May 19, 2024
1 parent 0ea0cdb commit bdfa0ab
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
RENOVATE_PLATFORM: github
RENOVATE_REPOSITORIES: '["${{ github.repository }}"]'
RENOVATE_REPOSITORY_CACHE: enabled
RENOVATE_SEMANTIC_COMMIT_TYPE: build
image: ghcr.io/renovatebot/renovate:37.356.1-full@sha256:e54b1093f2a751b4ac94988279d2621f068e79c77227d9654165a06ae3d50ad3
options: "--user root"
runs-on: ubuntu-22.04
Expand Down
1 change: 0 additions & 1 deletion .gitlab/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ renovate:
RENOVATE_PLATFORM: gitlab
RENOVATE_REPOSITORIES: '["$CI_PROJECT_PATH"]'
RENOVATE_REPOSITORY_CACHE: enabled
RENOVATE_SEMANTIC_COMMIT_TYPE: build
RENOVATE_TOKEN: $PAT
3 changes: 2 additions & 1 deletion .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@
"extends": [
"config:best-practices",
":enablePreCommit",
":maintainLockFilesWeekly"
":maintainLockFilesWeekly",
":semanticCommitTypeAll(build)"
],
"gitlabci": {
"fileMatch": [
Expand Down
3 changes: 2 additions & 1 deletion template/.renovaterc.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
"extends": [
"config:best-practices",
":enablePreCommit",
":maintainLockFilesWeekly"
":maintainLockFilesWeekly",
":semanticCommitTypeAll(build)"
],
[%- if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' or project_name == 'Serious Scaffold Python' %]
"gitlabci": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
RENOVATE_PLATFORM: github
RENOVATE_REPOSITORIES: '["{{ '${{ github.repository }}' }}"]'
RENOVATE_REPOSITORY_CACHE: enabled
RENOVATE_SEMANTIC_COMMIT_TYPE: build
image: ghcr.io/renovatebot/renovate:37.356.1-full@sha256:e54b1093f2a751b4ac94988279d2621f068e79c77227d9654165a06ae3d50ad3
options: "--user root"
runs-on: ubuntu-22.04
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ renovate:
RENOVATE_PLATFORM: gitlab
RENOVATE_REPOSITORIES: '["$CI_PROJECT_PATH"]'
RENOVATE_REPOSITORY_CACHE: enabled
RENOVATE_SEMANTIC_COMMIT_TYPE: build
RENOVATE_TOKEN: $PAT

0 comments on commit bdfa0ab

Please sign in to comment.