mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-27 18:46:11 -04:00
Configure Renovate (#237)
* Configure renovate * pin remaining github actions Signed-off-by: Fabian Kammel <fk@edgeless.systems> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
c7010f76ca
commit
f032508c54
2
.github/workflows/azure-snp-reporter.yml
vendored
2
.github/workflows/azure-snp-reporter.yml
vendored
@ -70,7 +70,7 @@ jobs:
|
|||||||
go-version: 1.19.2
|
go-version: 1.19.2
|
||||||
|
|
||||||
- name: Download report JWT
|
- name: Download report JWT
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # tag=v3.0.0
|
||||||
with:
|
with:
|
||||||
name: "maa-report.jwt"
|
name: "maa-report.jwt"
|
||||||
path: "."
|
path: "."
|
||||||
|
2
.github/workflows/docs-vale.yml
vendored
2
.github/workflows/docs-vale.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: ${{ github.event.pull_request.head.sha }}
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
- name: Vale
|
- name: Vale
|
||||||
uses: errata-ai/vale-action@753427452ff1d6cf7a7b76a552aa0cbee3971551
|
uses: errata-ai/vale-action@c4213d4de3d5f718b8497bd86161531c78992084 # tag=v2.0.1
|
||||||
with:
|
with:
|
||||||
files: docs/docs
|
files: docs/docs
|
||||||
env:
|
env:
|
||||||
|
24
renovate.json
Normal file
24
renovate.json
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:base",
|
||||||
|
":preserveSemverRanges",
|
||||||
|
"helpers:pinGitHubActionDigests",
|
||||||
|
":separateMajorReleases"
|
||||||
|
],
|
||||||
|
"addLabels": ["dependencies"],
|
||||||
|
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"],
|
||||||
|
"ignorePaths": [
|
||||||
|
"cli/internal/helm/charts/cilium/**"
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchPackagePatterns": ["^k8s.io", "^sigs.k8s.io"],
|
||||||
|
"groupName": "k8s dependencies"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchDatasources": ["golang-version"],
|
||||||
|
"allowedVersions": "1.18"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user