diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8e3c488..d68f292 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,13 +8,13 @@ updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests versioning-strategy: increase - target-branch: beta + target-branch: dev schedule: interval: "weekly" - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests - target-branch: beta + target-branch: dev schedule: interval: "weekly" diff --git a/renovate.json b/renovate.json index 5db72dd..3d600cb 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,35 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" - ] -} + ], + "dependencyDashboard": true, + "labels": [ + "dependencies" + ], + "packageRules": [ + { + "matchPaths": [ + "*" + ], + "lockFileMaintenance": { + "enabled": true + } + }, + { + "matchManagers": [ + "npm" + ], + "addLabels": [ + "java-typescript" + ] + } + ], + "vulnerabilityAlerts": { + "addLabels": [ + "security" + ], + "assignees": [ + "@crapstone" + ] + } +} \ No newline at end of file