Commit eef1beed authored by Michael Kriese's avatar Michael Kriese
Browse files

chore: update renovate

parent 040e3eef
Loading
Loading
Loading
Loading
+8 −12
Original line number Diff line number Diff line
{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "config:base",
    ":dependencyDashboard",
    "docker:enableMajor"
    "github>renovatebot/.github"
  ],
  "assignees": ["rarkins", "viceice"],
  "gitLabAutomerge": true,
  "packageRules": [
    {
      "packageNames": [
      "description": "Automerge renovate minor and patch updates",
      "matchPackageNames": [
        "renovate/renovate"
      ],
      "updateTypes": [
      "matchUpdateTypes": [
        "minor",
        "patch"
      ],
@@ -20,14 +18,12 @@
      "branchTopic": "{{{depNameSanitized}}}-{{{currentValue}}}"
    },
    {
      "packageNames": [
        "docker"
      ],
      "updateTypes": [
        "patch"
      "description": "Allow updates after 3 days (exclude renovate)",
      "excludePackageNames": [
        "renovate/renovate"
      ],
      "separateMinorPatch": true,
      "automerge": true
      "stabilityDays": 3
    }
  ],
  "gitlabci": {