Skip to content

Commit 7c21cbd

Browse files
author
jh-devv
authored
Merge pull request #81 from ParadigmMC/dependabot-ignore
fix(release-please): revert to v3
2 parents 0826da4 + 542dc61 commit 7c21cbd

7 files changed

+4
-122
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

-38
This file was deleted.

.github/ISSUE_TEMPLATE/feature-request-for-ci.md

-20
This file was deleted.

.github/ISSUE_TEMPLATE/feature-request-for-docs.md

-20
This file was deleted.

.github/ISSUE_TEMPLATE/feature-request-for-feature.md

-20
This file was deleted.

.github/ISSUE_TEMPLATE/feature-request-for-question.md

-23
This file was deleted.

.github/dependabot.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ updates:
99
directory: "/"
1010
schedule:
1111
interval: "weekly"
12+
ignore:
13+
- dependency-name: "release-please-action"
14+
versions: ["^3.x.x", "^4.x.x"]

.github/workflows/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Perform Release with Release Please
8080
id: release-please
81-
uses: google-github-actions/release-please-action@v4
81+
uses: google-github-actions/release-please-action@v3
8282
with:
8383
monorepo-tags: true
8484
path: ${{ matrix.modpack }}

0 commit comments

Comments
 (0)