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 dist: xenial
language: node_js language: node_js
sudo: false
node_js: node_js:
- 10 - 10
cache: cache: yarn
directories:
- node_modules
branches: # Don't run builds for renovate PRs
except: if: NOT head_branch =~ ^renovate
- "/^renovate\\/.+$/"

View File

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

View File

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