diff --git a/renovate.json b/renovate.json deleted file mode 100644 index 21e99bb..0000000 --- a/renovate.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended" - ], - "crossplane": { - "fileMatch": ["(^|/)example/.*\\.ya?ml$"] - }, - "packageRules": [ - { - "matchManagers": ["crossplane"], - "matchFileNames": ["example/**"], - "groupName": "examples" - } - ], - "postUpdateOptions": [ - "gomodTidy", - "gomodUpdateImportPaths" - ] -}