diff --git a/.github/workflows/post-dependabot.yml b/.github/workflows/post-dependabot.yml index 11a5dac..aa9e8d7 100644 --- a/.github/workflows/post-dependabot.yml +++ b/.github/workflows/post-dependabot.yml @@ -28,4 +28,4 @@ jobs: npm install git add . git commit -am "chore: postinstall for dependabot template-oss PR" - git push origin ${{github.ref_name}} + git push diff --git a/package.json b/package.json index aa46ad0..23c4c25 100644 --- a/package.json +++ b/package.json @@ -37,13 +37,8 @@ "tap": { "check-coverage": true }, - "standard": { - "ignore": [ - "/tap-snapshots/" - ] - }, "devDependencies": { - "@npmcli/template-oss": "^2.7.1", + "@npmcli/template-oss": "^2.8.1", "eslint": "^8.9.0", "tap": "^15.1.6" }, @@ -54,6 +49,6 @@ "read-package-json-fast": "^2.0.3" }, "templateOSS": { - "version": "2.7.1" + "version": "2.8.1" } }