diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9a95598..9786831 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: additional_dependencies: ['@commitlint/config-conventional@8.3.4'] always_run: true - repo: https://github.com/rubocop-hq/rubocop - rev: v1.25.1 + rev: v1.30.1 hooks: - id: rubocop name: Check Ruby files with rubocop diff --git a/ssf/defaults.yaml b/ssf/defaults.yaml index 5ddedf1..fa117e6 100644 --- a/ssf/defaults.yaml +++ b/ssf/defaults.yaml @@ -64,8 +64,8 @@ ssf_node_anchors: upstream: 'upstream' commit: # yamllint disable rule:line-length rule:quoted-strings - title: "chore(gemfile.lock): update to latest gem versions (2022-W23) [skip ci]" - body: '* Automated using https://github.com/myii/ssf-formula/pull/449' + title: "ci: update '`'pre-commit'`' configuration [skip ci]" + body: '* Automated using https://github.com/myii/ssf-formula/pull/450' # yamllint enable rule:line-length rule:quoted-strings github: owner: 'saltstack-formulas' diff --git a/ssf/files/default/.pre-commit-config.yaml b/ssf/files/default/.pre-commit-config.yaml index b70c9c7..1872922 100644 --- a/ssf/files/default/.pre-commit-config.yaml +++ b/ssf/files/default/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: always_run: true {%- if travis.use_single_job_for_linters %} - repo: https://github.com/rubocop-hq/rubocop - rev: v1.25.1 + rev: v1.30.1 hooks: - id: rubocop name: Check Ruby files with rubocop