Skip to content

Commit

Permalink
Activate Renovatebot (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk authored Oct 9, 2023
1 parent 1f9e41c commit 4e95c53
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 24 deletions.
23 changes: 0 additions & 23 deletions .github/dependabot.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- "*.x"
- "renovate/*"

env:
INI_VALUES: zend.assertions=1,error_reporting=-1,date.timezone="Europe/Rome"
Expand Down Expand Up @@ -117,7 +118,7 @@ jobs:
BASE_BRANCH: origin/${{ github.base_ref }}

- name: "Infection on complete code base"
if: ${{ github.event_name != 'pull_request' }}
if: ${{ github.event_name != 'pull_request' && !startsWith(github.ref, 'renovate/') }}
timeout-minutes: 30
run: "vendor/bin/infection run --ansi --threads=$(nproc) --skip-initial-tests --coverage=coverage"
env:
Expand Down
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>Slamdunk/.github:renovate-config"
]
}

0 comments on commit 4e95c53

Please sign in to comment.