diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index fe30e00d..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,15 +0,0 @@ -# Dependabot configuration: -# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates - -version: 2 -updates: - # Maintain dependencies for Gradle dependencies - - package-ecosystem: "gradle" - directory: "/" - schedule: - interval: "daily" - # Maintain dependencies for GitHub Actions - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" diff --git a/renovate.json b/renovate.json index 31086352..2511da17 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,13 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "local>domaframework/renovate-config" + ], + "packageRules": [ + { + "matchPackageNames": [ + "org.seasar.doma:doma-core" + ], + "enabled": false + } ] }