Skip to content

Commit

Permalink
Merge pull request #116 from eliashaeussler/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
eliashaeussler committed Aug 27, 2023
2 parents 04b2b03 + 15ce4b8 commit da8776c
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 36 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@
/phpunit.functional.xml export-ignore
/phpunit.unit.xml export-ignore
/rector.php export-ignore
/renovate.json export-ignore
/typoscript-lint.yml export-ignore
13 changes: 0 additions & 13 deletions .github/dependabot.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/auto-merge.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/cgl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ on:
push:
branches:
- main
- 1.x
- 'renovate/**'
pull_request:
branches:
- '**'
- '!renovate/**'

jobs:
cgl:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ on:
push:
branches:
- main
- 1.x
- 'renovate/**'
pull_request:
branches:
- '**'
- '!renovate/**'

jobs:
tests:
Expand Down
1 change: 1 addition & 0 deletions packaging_exclude.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
'phpunit.functional.xml',
'phpunit.unit.xml',
'rector.php',
'renovate.json',
'typoscript-lint.yml',
],
];
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>eliashaeussler/renovate-config",
"local>eliashaeussler/renovate-config:typo3-extension"
]
}

0 comments on commit da8776c

Please sign in to comment.