diff --git a/.gitignore b/.gitignore index 76aa705..acf2b2f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ /nb* /release.properties /target +.github/keys/ # These are needed if running in IDE without properties set /ibderby diff --git a/LICENSE b/LICENSE index ebc1c03..7e835b2 100644 --- a/LICENSE +++ b/LICENSE @@ -192,7 +192,7 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/renovate.json b/renovate.json index 39a2b6e..5db72dd 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "config:recommended" ] }