Compare commits

...

4 Commits

Author SHA1 Message Date
93c4ea58ed 2.9.11 2019-04-23 11:34:46 +02:00
87abdc2c31 Updated travis.yml file 2019-04-18 14:10:35 +01:00
dc05ff2f49 Update Renovate Configuration
- Use the new shared configuration
- This is a special config for themes which is scheduled monthly, not weekly.
2019-04-17 21:38:32 +01:00
50c53f4263 Updated .travis.yml file
- most up-to-date version of our config
2019-04-17 21:26:56 +01:00
3 changed files with 6 additions and 23 deletions

View File

@ -1,15 +1,11 @@
dist: xenial
language: node_js
sudo: false
node_js:
- 10
cache:
directories:
- node_modules
cache: yarn
branches:
except:
- "/^renovate\\/.+$/"
# Don't run builds for renovate PRs
if: NOT head_branch =~ ^renovate

View File

@ -2,7 +2,7 @@
"name": "casper",
"description": "The default personal blogging theme for Ghost. Beautiful, minimal and responsive.",
"demo": "https://demo.ghost.io",
"version": "2.9.10",
"version": "2.9.11",
"engines": {
"ghost": ">=2.0.0",
"ghost-api": "v2"

View File

@ -1,22 +1,9 @@
{
"extends": [
"config:base",
":maintainLockFilesWeekly",
"schedule:earlyMondays",
":automergeMinor"
"@tryghost:theme"
],
"travis": { "enabled": true },
"node": {
"supportPolicy": ["lts_latest"]
},
"packageRules": [
{
"packagePatterns": ["^postcss", "css", "autoprefixer"],
"groupName": "css processors"
},
{
"packagePatterns": ["gulp"],
"groupName": "gulp"
}
]
}
}