diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml deleted file mode 100644 index db788d08df..0000000000 --- a/.github/dependabot.yaml +++ /dev/null @@ -1,73 +0,0 @@ -version: 2 -updates: - - # Maintain dependencies for GitHub Actions - - package-ecosystem: "github-actions" - directory: "/" - labels: [ "dependencies" ] - schedule: - interval: "daily" - time: "03:00" - timezone: "Europe/Berlin" - - # The root pom - - package-ecosystem: "maven" - directory: "/src/" - labels: [ "dependencies" ] - schedule: - interval: "daily" - time: "03:30" - timezone: "Europe/Berlin" - - # Gomod updates - - package-ecosystem: "gomod" - directory: "/src/acceptance/" - labels: [ "dependencies" ] - schedule: - interval: "daily" - time: "04:00" - timezone: "Europe/Berlin" - - # Gomod updates - - package-ecosystem: "gomod" - directory: "/src/autoscaler/" - labels: [ "dependencies" ] - schedule: - interval: "daily" - time: "04:30" - timezone: "Europe/Berlin" - - # Gomod updates - - package-ecosystem: "gomod" - directory: "/src/changelog/" - labels: [ "dependencies" ] - schedule: - interval: "daily" - time: "05:00" - timezone: "Europe/Berlin" - - # Gomod updates - - package-ecosystem: "gomod" - directory: "/src/changeloglockcleaner/" - labels: [ "dependencies" ] - schedule: - interval: "daily" - time: "05:30" - timezone: "Europe/Berlin" - - # Dependencies update for ci - - package-ecosystem: "docker" - directory: "/ci/dockerfiles/autoscaler-deploy" - labels: [ "dependencies" ] - schedule: - interval: "daily" - time: "06:30" - timezone: "Europe/Berlin" - - - package-ecosystem: "docker" - directory: "/ci/dockerfiles/autoscaler-test" - labels: [ "dependencies" ] - schedule: - interval: "daily" - time: "07:00" - timezone: "Europe/Berlin" diff --git a/renovate.json b/renovate.json index 75a38c71d0..aef2e7b1d2 100644 --- a/renovate.json +++ b/renovate.json @@ -28,6 +28,14 @@ "description": "Strip of v prefix from version number in certain github releases", "matchPackageNames": ["bosh-cli"], "extractVersion": "^v(?.*)$" + }, + { + "description": "Group Ginkgo CLI and library updates together", + "groupName": "ginkgo updates", + "matchPackagePatterns": [ + "^github.com/onsi/ginkgo$", + "^github.com/onsi/ginkgo/v2$" + ] } ], "nix": {"enabled": true},