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

improve configure renovate for prisma dependency #5

Merged
merged 2 commits into from
Oct 30, 2021
Merged

improve configure renovate for prisma dependency #5

merged 2 commits into from
Oct 30, 2021

Conversation

ruheni
Copy link
Contributor

@ruheni ruheni commented Oct 30, 2021

Closes #4

If you'd like to extend the packageRules config to update dependencies and devDependencies, here's a snippet:

    {
      "matchDepTypes": ["devDependencies"],
      "matchUpdateTypes": ["minor", "patch"],
      "groupName": "devDependencies",
      "groupSlug": "dev-dependencies",
      "schedule": ["every weekend"]
    },
    {
      "matchDepTypes": ["dependencies"],
      "matchUpdateTypes": ["minor", "patch"],
      "groupName": "dependencies",
      "groupSlug": "dependencies",
      "schedule": ["every weekend"]
    },

You'll need to give renovate access to this repo

I think you can also edit your notification settings for emails here: https://github.com/settings/notifications

@vercel
Copy link

vercel bot commented Oct 30, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/ovyerus/prismaliser/Hd9Exn2GinaaNzuhZxF6TZek7ogk
✅ Preview: https://prismaliser-git-fork-ruheni-master-ovyerus.vercel.app

@vercel vercel bot temporarily deployed to Preview October 30, 2021 20:11 Inactive
@vercel vercel bot temporarily deployed to Preview October 30, 2021 20:12 Inactive
@Ovyerus Ovyerus merged commit 86173cb into Ovyerus:master Oct 30, 2021
@Ovyerus
Copy link
Owner

Ovyerus commented Oct 31, 2021

Thanks for this! Had to do some edits to the config afterwards as it didn't seem to be working quite right (unless that just happens the first time it's connected), but thanks for the starting point.

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.

Dependabot/ Renovate setup
2 participants