Skip to content

Commit

Permalink
chore(deps): update renovate.json
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Sep 10, 2023
1 parent bd495a6 commit 0c6f11b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 36 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml

This file was deleted.

60 changes: 30 additions & 30 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,31 +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"
        ]
    }
}
"$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"
]
}
}

0 comments on commit 0c6f11b

Please sign in to comment.