diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..921e60f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,27 @@ +# SPDX-License-Identifier: PMPL-1.0-or-later +# Dependabot configuration — adopts the corrected RSR template approach +# (open-pull-requests-limit: 10 on cargo, grouped minor/patch). + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + actions: + patterns: + - "*" + + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 + groups: + cargo: + patterns: + - "*" + update-types: + - "minor" + - "patch"