Skip to content

Commit

Permalink
CI updates
Browse files Browse the repository at this point in the history
This is done by the automated script named upgrade-c2cciutils-to-1.7
  • Loading branch information
sbrunner committed Sep 27, 2024
1 parent bdff1b2 commit e01cb72
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,10 @@
groupName: 'CI dependencies',
automerge: true,
},
/** For security reason don't takes the too early packages on stabilization branches */
{
matchBaseBranches: ['master'],
minimumReleaseAge: 7,
},
],
}
5 changes: 0 additions & 5 deletions .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,3 @@ jobs:
uses: andstor/file-existence-action@v3
with:
files: ci/dpkg-versions.yaml
- name: Update dpkg packages versions
run: ~/.venv/bin/c2cciutils-docker-versions-update --branch=${{ matrix.branch }}
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
if: steps.dpkg-versions.outputs.files_exists == 'true'
15 changes: 4 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
ci:
autoupdate_schedule: quarterly
skip:
- copyright
- poetry-check
- poetry-lock
- ripsecrets
- schema-copy
- jsonschema-validator
- jsonschema-gentypes
- jsonschema2md
repos:
- repo: local
hooks:
Expand Down Expand Up @@ -154,3 +143,7 @@ repos:
additional_dependencies:
- prospector-profile-duplicated==1.5.0 # pypi
- prospector_profile_utils==1.7.2 # pypi
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 37.428.1
hooks:
- id: renovate-config-validator

0 comments on commit e01cb72

Please sign in to comment.