Skip to content

Commit

Permalink
Merge pull request #2651 from mashehu/fix-renovate
Browse files Browse the repository at this point in the history
fix ignorepath
  • Loading branch information
mashehu authored Jan 10, 2024
2 parents a54686b + 7538d7e commit 6f85c0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["github>nf-core/ops//.github/renovate/default.json5"],
ignorePaths: ["nf_core/pipeline-template/modules/nf-core/"],
ignorePaths: ["nf_core/pipeline-template/modules/nf-core/**"],
baseBranches: ["dev"],
packageRules: [
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ jobs:
git config push.default upstream
git add ${GITHUB_WORKSPACE}/CHANGELOG.md
git status
git commit -m "[automated] Update CHANGELOG.md [no ci]"
git commit -m "[automated] Update CHANGELOG.md"
git push
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- Update mshick/add-pr-comment action to v2 ([#2632](https://github.com/nf-core/tools/pull/2632))
- update python image version in docker file ([#2636](https://github.com/nf-core/tools/pull/2636))
- Set pdiff as nf-test differ in Docker image for Gitpod ([#2642](https://github.com/nf-core/tools/pull/2642))
- Fix Renovate Dockerfile updating issues ([#2648](https://github.com/nf-core/tools/pull/2648))
- Fix Renovate Dockerfile updating issues ([#2648](https://github.com/nf-core/tools/pull/2648) and [#2651](https://github.com/nf-core/tools/pull/2651))

# [v2.11.1 - Magnesium Dragon Patch](https://github.com/nf-core/tools/releases/tag/2.11) - [2023-12-20]

Expand Down

0 comments on commit 6f85c0a

Please sign in to comment.