Skip to content

Commit

Permalink
Merge pull request #563 from camptocamp/fix-repo
Browse files Browse the repository at this point in the history
Update to c2cciutils version 1.6 (CI updates)
  • Loading branch information
sbrunner authored Aug 14, 2023
2 parents ac29638 + 41538fa commit 815d0f3
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
fileMatch: ['^.pre-commit-config.yaml$'],
matchStrings: [" +- '?(?<depName>[^' @=]+)(@|==)(?<currentValue>[^' @=]+)'? # (?<datasource>.+)"],
},
{
fileMatch: ['^ci/config\\\\.yaml$'],
matchStrings: [
'.*https://raw\\\\.githubusercontent\\\\.com/(?<depName>[^\\\\s]+)/(?<currentValue>[0-9\\\\.]+)/.*',
],
datasourceTemplate: 'github-tags',
},
],
packageRules: [
/** Docker images versioning */
Expand Down Expand Up @@ -67,5 +74,9 @@
matchUpdateTypes: ['major', 'minor', 'pin', 'digest', 'lockFileMaintenance', 'rollback', 'bump'],
enabled: false,
},
{
matchPackageNames: ['shellcheck-py/shellcheck-py'],
versioning: 'regex:^v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)\\.(?<build>\\d+)$',
},
],
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:

steps:
- name: Auto reviews updates
uses: golfzaptw/action-auto-reviews-from-branches@master
uses: golfzaptw/action-auto-reviews-from-branches@1.2.3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GOPASS_CI_GITHUB_TOKEN }}
AUTHOR: renovate[bot]
if: github.event.pull_request.user.login == 'renovate[bot]'
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,16 @@ repos:
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/sbrunner/jsonschema-validator
rev: 0.1.0
hooks:
- id: jsonschema-validator
files: ^ci/config\.yaml$
ci:
autoupdate_schedule: quarterly
skip:
- copyright
- poetry-check
- poetry-lock
- ripsecrets
- jsonschema-validator
2 changes: 2 additions & 0 deletions ci/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.5.8/c2cciutils/schema.json

checks:
codespell:
ignore_re:
Expand Down

0 comments on commit 815d0f3

Please sign in to comment.