summaryrefslogtreecommitdiffstats
path: root/renovate.json
blob: 75f587d7e0d7d23d0e77a6c9b337366dd4791560 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": ["local>forgejo/renovate-config"],
  "prConcurrentLimit": 1,
  "packageRules": [
    {
      "description": "Disable nektos/act, it's replaced",
      "matchDepNames": ["github.com/nektos/act"],
      "enabled": false
    }
  ]
}