diff --git a/.github/settings.yml b/.github/settings.yml index dcb920d..872cbe1 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -113,3 +113,16 @@ repository: # apps: [] # users: [] # teams: [] + +branches: + - name: renovate/* + protection: + # Dependency update branches: only the Renovate automation app may push. + required_pull_request_reviews: null + required_status_checks: null + enforce_admins: true + restrictions: + apps: + - agntcy-automation + users: [] + teams: [] diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3de3411..a59512b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,6 +7,7 @@ on: push: branches: - main + - renovate/** tags: - "v*.*.*" pull_request: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4c844b6..dc7d95e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -5,7 +5,9 @@ name: "CodeQL Advanced" on: push: - branches: ["main"] + branches: + - main + - renovate/** pull_request: branches: ["main"] schedule: diff --git a/.github/workflows/conventional_commits.yml b/.github/workflows/conventional_commits.yml index b1f8ce6..d4a85fe 100644 --- a/.github/workflows/conventional_commits.yml +++ b/.github/workflows/conventional_commits.yml @@ -3,9 +3,10 @@ name: commit-msg on: push: - # Run superlinter on pushes to default branch + # Run superlinter on pushes to default branch and Renovate branches branches: - main + - renovate/** # Run superlinter on pull request events pull_request: diff --git a/renovate.json b/renovate.json index 74dcdf4..d4f56a9 100644 --- a/renovate.json +++ b/renovate.json @@ -32,7 +32,11 @@ ], "enabled": true, "minimumReleaseAge": "7 days", - "schedule": ["before 6am on Monday"], + "schedule": [ + "before 6am on Monday", + "before 6am on Wednesday", + "before 6am on Friday" + ], "prCreation": "not-pending", "enabledManagers": [ "custom.regex",