Explorar el Código

propose typo fix (#1369)

John Eismeier hace 5 meses
padre
commit
548e0f2a82
Se han modificado 2 ficheros con 6 adiciones y 3 borrados
  1. 4 1
      .gitignore
  2. 2 2
      renovate.json

+ 4 - 1
.gitignore

@@ -26,4 +26,7 @@
 
 # Test outputs
 tests/
-config.yaml
+config.yaml
+
+*~
+

+ 2 - 2
renovate.json

@@ -27,7 +27,7 @@
       ]
     },
     {
-      "description": "Update MariaDB or MySQL on a patch level only, bumps to major and minor versions might break compatibilty with an application",
+      "description": "Update MariaDB or MySQL on a patch level only, bumps to major and minor versions might break compatibility with an application",
       "enabled": false,
       "matchManagers": [
         "custom.regex"
@@ -41,7 +41,7 @@
       ]
     },
     {
-      "description": "Update PostgreSQL on a minor version or patch level only, bumps to major versions might break compatibilty with an application",
+      "description": "Update PostgreSQL on a minor version or patch level only, bumps to major versions might break compatibility with an application",
       "enabled": false,
       "matchManagers": [
         "custom.regex"