Commit Graph

12 Commits

Author SHA1 Message Date
Kevin Ansfield 4cad386687 🐛 Fixed text editing display of markdown, html, and code cards
closes https://github.com/TryGhost/Ghost/issues/11056

- reverts codemirror dependency
- adds codemirror to the list of ignored dependencies for renovate to prevent auto-updating
2019-08-28 10:17:53 +01:00
Kevin Ansfield a66136a9bb Updated Renovate configuration
closes https://github.com/TryGhost/Ghost-Admin/pull/1164

- extend from our base configuration
2019-08-26 10:57:16 +01:00
Kevin Ansfield a9b70327b7 Updated Renovate configuration
no issue
- according to https://github.com/renovatebot/config-help/issues/220#issuecomment-487118205 it's the _last_ matching group that takes effect when determining which `packageRules` group a dependency is put in
- adjusted the order so that explicit excludes are not required and the ember-basic-dropdown addons are correctly grouped
2019-08-26 10:30:59 +01:00
Kevin Ansfield 1eb4165290
Updated renovate configuration (#1305)
no issue
- grouped `ember-basic-dropdown` and related `ember-power-*` addons together
- they share a common base and are going through a major breaking change so it's easier to upgrade them together
2019-08-26 09:52:31 +01:00
Kevin Ansfield cb38531908
Re-configured Renovate to ignore ember-in-viewport (#1173)
no issue
- ember-in-viewport has introduced a change in 3.5.0 that is incompatible with ember-light-table so adding it to the ignore list temporarily
2019-04-22 12:45:44 +01:00
Kevin Ansfield c106b83689
Remove 2-per-hour PR limit for Renovate (#1158)
no issue
- the `config:base` preset sets a maximum of 2 PRs per hour
- we have specific timings for Renovate in this repo so the max limit is more hindrance than help
2019-04-15 10:47:02 +01:00
Kevin Ansfield d92486b9b4
Removed "ember-exam" from list of ignored packages in Renovate configuration (#1149)
no issue
- latest `ember-exam` is now compatible with latest stable `ember-mocha` release
2019-04-09 14:16:40 +01:00
Kevin Ansfield b0365f2cde
Reconfigure Renovate (#1138)
no issue
- explicitly exclude packages from the "ember addons" group that should be matched by other groups
2019-04-02 11:21:22 +01:00
Kevin Ansfield 01f94b8e14
Updated Renovate configuration (#1137)
no issue
- ignore `ember-exam` until it's compatible with latest stable of `ember-mocha`
  - see https://github.com/ember-cli/ember-exam/issues/238
- moved `ember-exam`, `ember-mocha`, and `testem` into their own group so changes to test env don't cause addon upgrade PRs to fail
2019-04-02 09:25:32 +01:00
Kevin Ansfield 7e09c752fe Removed ignored packages from renovate.json
no issue
- `ember-infinity` and `ember-in-viewport` are now on latest and dependent packages have had compatibility fixes applied
2019-03-15 18:08:01 +00:00
Kevin Ansfield b98cf48198
Update Renovate Configuration (#1119)
no issue
- switch scheduling to early monday mornings
2019-03-14 11:33:36 +00:00
renovate[bot] 8e6352326c Configured Renovate (#1111)
no issue
- Add renovate.json
2019-03-13 14:10:28 +00:00