Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix renovatebot #3057

Closed
wants to merge 6 commits into from
Closed

chore: fix renovatebot #3057

wants to merge 6 commits into from

Conversation

mkurapov
Copy link
Contributor

@mkurapov mkurapov commented Oct 31, 2024

Changes proposed in this pull request

  • Fixing renovatebot via update of renovate.json file: instead of using
"ignorePaths": ["!test/**"]

we duplicate the rule in the default config:base preset to

  "ignorePaths": [
    "**/node_modules/**",
    "**/bower_components/**",
    "**/vendor/**",
    "**/examples/**",
    "**/__tests__/**",
    "**/tests/**",
    "**/__fixtures__/**"
  ]

making sure to not include "/test/".

Context

Fixes #3056

Checklist

  • Related issues linked using fixes #number
  • Tests added/updated
  • Make sure that all checks pass
  • Bruno collection updated (if necessary)
  • Documentation issue created with user-docs label (if necessary)
  • OpenAPI specs updated (if necessary)

@github-actions github-actions bot added the pkg: documentation Changes in the documentation package. label Oct 31, 2024
Copy link

netlify bot commented Oct 31, 2024

Deploy Preview for brilliant-pasca-3e80ec ready!

Name Link
🔨 Latest commit 038e785
🔍 Latest deploy log https://app.netlify.com/sites/brilliant-pasca-3e80ec/deploys/6723a5bebdef940008b54158
😎 Deploy Preview https://deploy-preview-3057--brilliant-pasca-3e80ec.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@mkurapov mkurapov changed the title 3056/mk/fix renovatebot chore: fix renovatebot Oct 31, 2024
@mkurapov mkurapov marked this pull request as ready for review October 31, 2024 15:41
@github-actions github-actions bot removed the pkg: documentation Changes in the documentation package. label Oct 31, 2024
@mkurapov mkurapov closed this Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix renovate bot
2 participants