mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-15 16:32:36 +00:00
chore: initialise repository e.a. readme, package.json
This commit is contained in:
parent
9e3a503182
commit
515e31cf90
4 changed files with 16 additions and 116 deletions
12
package.json
12
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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue