Skip to content

v4.0.0

Compare
Choose a tag to compare
@azu azu released this 17 Oct 12:19
· 261 commits to master since this release
2ed470f

What's Changed

  • BREAKING CHANGE: move to GitHub based preset by @azu in #76

Migration from npm based preset to GitHub based preset

If you used default preset, you can migrate to GitHub based preset by following steps.

{
  "extends": [
-    "@azu"
+    "github>azu/renovate-config"
  ]
}

If you used maintenance preset, you can migrate to GitHub based preset by following steps.

{
    "extends": [
-        "@azu:maintenance"
+        "github>azu/renovate-config:non-major"
    ]
}

Full Changelog: v3.0.2...v4.0.0