diff --git a/README.example.md b/README.example.md deleted file mode 100644 index 4f10647e..00000000 --- a/README.example.md +++ /dev/null @@ -1,49 +0,0 @@ -#
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see
diff --git a/package-lock.json b/package-lock.json index 5e26b7bc..fda3d002 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "repo-template", - "version": "1.0.0", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 75dedece..95fee0a9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "repo-template", - "version": "1.0.0", - "description": "A template for creating new repositories.", + "name": "github-action-renovate", + "version": "0.1.0", + "description": "GitHub Action to run Renovate self-hosted.", "scripts": { "lint": "eslint --ignore-path .prettierignore --ext .ts,.tsx,.js,.jsx,.json .", "lint-file": "eslint --ignore-path .prettierignore", @@ -15,14 +15,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/vidavidorra/repo-template.git" + "url": "git+https://github.com/vidavidorra/github-action-renovate.git" }, "author": "Jeroen de Bruijn", "license": "GPL-3.0-or-later", "bugs": { - "url": "https://github.com/vidavidorra/repo-template/issues" + "url": "https://github.com/vidavidorra/github-action-renovate/issues" }, - "homepage": "https://github.com/vidavidorra/repo-template#readme", + "homepage": "https://github.com/vidavidorra/github-action-renovate#readme", "dependencies": {}, "devDependencies": { "@commitlint/cli": "8.3.5",