Revert "Tweak Renovate options for automerge"

This reverts commit 1e0d1575d5.
This commit is contained in:
Gabe Kangas 2022-10-26 19:00:02 -07:00
parent 1e0d1575d5
commit 0af1db73a4
No known key found for this signature in database
GPG key ID: 9A56337728BC81EA

View file

@ -15,9 +15,14 @@ on:
push: push:
branches: [ develop ] branches: [ develop ]
paths-ignore: paths-ignore:
- 'static' - 'static/**'
- 'webroot/js/web_modules' - 'webroot/js/web_modules/**'
- 'build/javascript - 'build/javascript/**'
pull_request:
# The branches below must be a subset of the branches above
branches: [ develop ]
paths-ignore:
- 'static/**'
jobs: jobs:
analyze: analyze: