diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..8d8f906 --- /dev/null +++ b/renovate.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended", + ":gitSignOff" + ], + "labels": ["dependencies"], + "enabledManagers": ["docker-compose"] +} diff --git a/renovate.json.license b/renovate.json.license new file mode 100644 index 0000000..d131c47 --- /dev/null +++ b/renovate.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2023 Alliander N.V. + +SPDX-License-Identifier: Apache-2.0