github.com/yogeshkumararora/slsa-github-generator@v1.10.1-0.20240520161934-11278bd5afb4/renovate.json (about)

     1  {
     2    "$schema": "https://docs.renovatebot.com/renovate-schema.json",
     3    "extends": ["config:best-practices", "schedule:monthly", ":gitSignOff"],
     4    "vulnerabilityAlerts": {
     5      "schedule": "* 0-4 * * *"
     6    },
     7    "configWarningReuseIssue": false,
     8    "postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"],
     9    "packageRules": [
    10      {
    11        "matchManagers": ["github-actions"],
    12        "excludePackageNames": ["yogeshkumararora/slsa-github-generator"],
    13        "groupName": "github-actions",
    14        "pinDigests": true
    15      },
    16      {
    17        "matchManagers": ["github-actions"],
    18        "matchPackageNames": ["yogeshkumararora/slsa-github-generator"],
    19        "groupName": "github-actions",
    20        "pinDigests": false
    21      },
    22      {
    23        "matchManagers": ["dockerfile"],
    24        "matchPackageNames": ["golang"],
    25        "matchUpdateTypes": ["minor", "patch"],
    26        "groupName": "golang"
    27      },
    28      {
    29        "matchManagers": ["gomod"],
    30        "matchPackageNames": ["go"],
    31        "matchUpdateTypes": ["minor", "patch"],
    32        "groupName": "golang"
    33      },
    34      {
    35        "matchManagers": ["gomod"],
    36        "excludePackageNames": ["go", "github.com/in-toto/in-toto-golang"],
    37        "matchUpdateTypes": ["minor", "patch"],
    38        "groupName": "go"
    39      },
    40      {
    41        "matchManagers": ["npm"],
    42        "matchDepTypes": ["dependencies"],
    43        "matchUpdateTypes": ["minor", "patch"],
    44        "groupName": "npm"
    45      },
    46      {
    47        "matchManagers": ["npm"],
    48        "matchDepTypes": ["devDependencies"],
    49        "groupName": "npm dev"
    50      }
    51    ]
    52  }