houseabsolute / ubi

The Universal Binary Installer
Apache License 2.0
190 stars 6 forks source link

renovate #61

Closed jdx closed 2 months ago

jdx commented 2 months ago

would you consider adding renovate or dependabot? I recommend renovate, here's the config I use in my rust projects if you want a reference:

{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "automerge": true,
  "dependencyDashboard": false,
  "extends": [
    "config:recommended",
    "schedule:earlyMondays"
  ],
  "lockFileMaintenance": {
    "enabled": false
  },
  "timezone": "America/Chicago"
}

Adding this would keep the dependencies up to date and reduce duplication within mise.

autarch commented 2 months ago

I set up dependabot since GitHub makes it easy to do so. I'll see how I like it.