Skip to content

Commit

Permalink
Merge pull request #81 from ParadigmMC/dependabot-ignore
Browse files Browse the repository at this point in the history
fix(release-please): revert to v3
  • Loading branch information
sofiedotcafe authored Apr 1, 2024
2 parents 0826da4 + 542dc61 commit 7c21cbd
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 122 deletions.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature-request-for-ci.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature-request-for-docs.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature-request-for-feature.md

This file was deleted.

23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/feature-request-for-question.md

This file was deleted.

3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ updates:
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "release-please-action"
versions: ["^3.x.x", "^4.x.x"]
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- name: Perform Release with Release Please
id: release-please
uses: google-github-actions/release-please-action@v4
uses: google-github-actions/release-please-action@v3
with:
monorepo-tags: true
path: ${{ matrix.modpack }}
Expand Down

0 comments on commit 7c21cbd

Please sign in to comment.