mirror of
https://github.com/ivuorinen/actions.git
synced 2026-01-27 20:39:29 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 85811a09ab |
25
.github/renovate.json
vendored
25
.github/renovate.json
vendored
@@ -1,33 +1,20 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"github>ivuorinen/renovate-config"
|
||||
],
|
||||
"extends": ["github>ivuorinen/renovate-config"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"matchCurrentVersion": "!/^0/",
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"matchDepTypes": [
|
||||
"devDependencies"
|
||||
],
|
||||
"matchDepTypes": ["devDependencies"],
|
||||
"automerge": true
|
||||
}
|
||||
],
|
||||
"schedule": [
|
||||
"before 4am on monday"
|
||||
],
|
||||
"schedule": ["before 4am on monday"],
|
||||
"vulnerabilityAlerts": {
|
||||
"labels": [
|
||||
"security"
|
||||
],
|
||||
"assignees": [
|
||||
"ivuorinen"
|
||||
]
|
||||
"labels": ["security"],
|
||||
"assignees": ["ivuorinen"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -238,12 +238,6 @@ runs:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Check for any PHP errors in vendor
|
||||
find vendor -name "*.php" -type f -exec php -l {} \; > /dev/null
|
||||
|
||||
# Verify Composer installation
|
||||
composer validate --no-check-all --strict
|
||||
|
||||
- name: Generate Optimized Autoloader
|
||||
if: success()
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user