diff --git a/.github/workflows/validate-renovate-config.yaml b/.github/workflows/ci.yaml similarity index 67% rename from .github/workflows/validate-renovate-config.yaml rename to .github/workflows/ci.yaml index 2a5ef07..e182961 100644 --- a/.github/workflows/validate-renovate-config.yaml +++ b/.github/workflows/ci.yaml @@ -1,10 +1,13 @@ --- -name: Validate renovate config +name: CI on: pull_request: {} push: {} +permissions: + contents: read + jobs: validate-renovate-config: name: Validate renovate config @@ -16,3 +19,9 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - run: renovate --version - run: renovate-config-validator default.json + + statnett-ci: + uses: statnett/github-workflows/.github/workflows/ci.yaml@main + permissions: + pull-requests: write + statuses: write