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

Add renovate bot #1500

Closed
yangwao opened this issue Dec 12, 2021 · 6 comments
Closed

Add renovate bot #1500

yangwao opened this issue Dec 12, 2021 · 6 comments
Labels
$ ~<50usd A-research we will research on these p2 core functionality, or is affecting 60% of app p3 non-core, affecting less than 40%

Comments

@yangwao
Copy link
Member

yangwao commented Dec 12, 2021

Probably needs some configuration to take so we can update the right dependencies whenever needed

@yangwao yangwao added A-research we will research on these p3 non-core, affecting less than 40% labels Dec 12, 2021
@yangwao yangwao added $ ~<50usd p2 core functionality, or is affecting 60% of app labels Jan 20, 2022
@yangwao
Copy link
Member Author

yangwao commented Jan 20, 2022

then adds schedule probably?

{
  "timezone": "Europe/Berlin",
  // "schedule": "before 5am every weekday",
  "lockFileMaintenance": {
    "enabled": true
   // "schedule": "after 10pm every weekday"
  },
  "packageRules": [{
    "matchUpdateTypes": ["minor", "patch", "pin", "digest"],
    "automerge": true,
    "automergeType": "pr-comment",
    "automergeComment": "lgtm"
  }]

  "extends": [
    "config:base"
  ]
}

@yangwao
Copy link
Member Author

yangwao commented Jan 20, 2022

@yangwao
Copy link
Member Author

yangwao commented Jan 20, 2022

ignore vue-polkadot & polkadot

@yangwao
Copy link
Member Author

yangwao commented Jan 20, 2022

{
  "timezone": "Europe/Berlin",
  "lockFileMaintenance": {
    "enabled": true
  },
  "prHourlyLimit": 1,
  "automerge": true,
  "automergeType": "pr-comment",
  "automergeComment": "lgtm",
  "rangeStrategy": "bump",
  "packageRules": [
    {
      "matchUpdateTypes": [
        "minor",
        "patch",
        "pin",
        "digest"
      ],
      "matchPackagePatterns": [
        "^nuxt",
        "^vue",
        "^eslint",
        "^buefy",
        "^graphql"
      ],
      "matchSourceUrlPrefixes": [
        "https://github.com/nuxt-community/i18n-module",
        "https://github.com/DefinitelyTyped/DefinitelyTyped"
      ],
      "groupName": "merge with hazmat suit"
    },
    {
      "matchUpdateTypes": [
        "minor",
        "patch",
        "pin",
        "digest"
      ],
      "matchSourceUrlPrefixes": [
        "https://github.com/polkadot-js/",
        "https://github.com/vue-polkadot/"
      ],
      "groupName": "merge with hazmat suit",
      "enabled": false
    }
  ],
  "extends": [
    "config:base"
  ]
}

@yangwao
Copy link
Member Author

yangwao commented Jan 20, 2022

Currently, there is this config, BUT would be perfect to abstract Netlify builds where Netlify serves to check if everything is OK!

With Github Actions as it's free, we don't need to pay for every build success or fail tho.

Actions to do

https://github.com/kodadot/nft-gallery/blob/main/.github/renovate.json

@yangwao
Copy link
Member Author

yangwao commented Jan 20, 2022

Continue to #1974

@yangwao yangwao closed this as completed Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
$ ~<50usd A-research we will research on these p2 core functionality, or is affecting 60% of app p3 non-core, affecting less than 40%
Projects
None yet
Development

No branches or pull requests

1 participant