Skip to content

Commit

Permalink
Update and rename renovate.json to .github/renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsan authored Sep 10, 2023
1 parent 600b853 commit 2d994ec
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 6 deletions.
31 changes: 31 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
    "$schema": "https://docs.renovatebot.com/renovate-schema.json",
    "extends": [
        "config:recommended",
        ":dependencyDashboard",
        "helpers:pinGitHubActionDigests"
    ],
    "separateMinorPatch": false,
    "major": {
        "dependencyDashboardApproval": true
    },
    "labels": [
        "A-dependencies"
    ],
    "packageRules": [
        {
            "matchDatasources": [
                "github-actions"
            ],
            "labels": [
                "A-ci"
            ]
        }
    ],
    "lockFileMaintenance": {
        "enabled": true,
        "extends": [
            "schedule:monthly"
        ]
    }
}
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

0 comments on commit 2d994ec

Please sign in to comment.