diff --git a/.github/workflows/audit-renovate-config.yml b/.github/workflows/audit-renovate-config.yml index 81bf747..4543441 100644 --- a/.github/workflows/audit-renovate-config.yml +++ b/.github/workflows/audit-renovate-config.yml @@ -2,4 +2,7 @@ name: Audit Renovate Config on: pull_request jobs: check: - uses: coveo-platform/renovate/.github/workflows/_audit-renovate-config.yml@main + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: coveo/public-actions/audit-renovate-config@main diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..a5e2a60 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @coveooss/dev-tooling @coveooss/cloud-intelligence