diff --git a/README.md b/README.md index ec68842..eb68e7b 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Bumping - uses: derberg/custom-dependabot-for-your-github-org@v2 + uses: derberg/npm-dependency-manager-for-your-github-org@v3 with: github_token: ${{ secrets.CUSTOM_TOKEN }} repos_to_ignore: repo1,repo2 diff --git a/action.yml b/action.yml index 0cf457e..55deae9 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: Custom Dependabot For Your GitHub Organization +name: NPM Dependency Manager For Your GitHub Organization description: This action handles automated update of dependencies in package.json between projects from the same GitHub organization. inputs: github_token: diff --git a/dist/index.js b/dist/index.js index 435e17d..c870660 100644 --- a/dist/index.js +++ b/dist/index.js @@ -14437,4 +14437,4 @@ function forEach(text, handler) { /***/ }) -/******/ }); +/******/ }); \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 220b65f..8b0637a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { - "name": "custom-dependabot-for-your-github-org", - "version": "2.0.0", + "name": "npm-dependency-manager-for-your-github-org", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a5e2054..b4ffbf8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "custom-dependabot-for-your-github-org", - "version": "2.0.0", + "name": "npm-dependency-manager-for-your-github-org", + "version": "3.0.0", "description": "This action handles automated update of dependencies in package.json between projects from the same GitHub organization.", "main": "lib/index.js", "scripts": {