Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix renovate semantic commit type #560

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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