Skip to content

ahuglajbclajep/renovate-config

Repository files navigation

renovate-config

Usage

{
  "extends": ["github>ahuglajbclajep/renovate-config"]
}

If you have enabled branch protection to prevent direct push to the master branch, add the following settings and also introduce renovate-approve bot.

{
  "extends": ["github>ahuglajbclajep/renovate-config"],
+ "packageRules": [
+   {
+     "groupName": "patches",
+     "updateTypes": ["patch"],
+     "schedule": ["before 8am on monday"]
+   }
+ ]
}

See also:

Presets

github>ahuglajbclajep/renovate-config

{
  "extends": [
    "github>ahuglajbclajep/renovate-config:base",
    "github>ahuglajbclajep/renovate-config:wait",
    "github>ahuglajbclajep/renovate-config:groupMinorDependencies",
    "github>ahuglajbclajep/renovate-config:groupMinorDevDependencies",
    ":timezone(Asia/Tokyo)"
  ],
  "minor": {
    "schedule": ["before 8am on monday"]
  }
}

github>ahuglajbclajep/renovate-config:base

{
  "extends": [
    "config:base",
    ":automergePatch",
    ":automergeBranch",
    ":maintainLockFilesMonthly",
    ":label(renovate)"
  ],
  "npm": {
    "rangeStrategy": "bump"
  }
}

See also:

github>ahuglajbclajep/renovate-config:wait

{
  "extends": [":prNotPending", ":dependencyDashboard"],
  "prNotPendingHours": 72,
  "major": {
    "stabilityDays": 4
  },
  "minor": {
    "stabilityDays": 2
  },
  "patch": {
    "stabilityDays": 2
  }
}

See also:

github>ahuglajbclajep/renovate-config:groupMinorDependencies

{
  "packageRules": [
    {
      "groupName": "dependencies",
      "depTypeList": ["dependencies"],
      "updateTypes": ["minor"]
    }
  ]
}

github>ahuglajbclajep/renovate-config:groupMinorDevDependencies

{
  "packageRules": [
    {
      "groupName": "dev dependencies",
      "depTypeList": ["devDependencies"],
      "updateTypes": ["minor"]
    }
  ]
}

About

`"github>ahuglajbclajep/renovate-config"`

Topics

Resources

License

Stars

Watchers

Forks

Languages