canonical / microcluster

dqlite cluster management using go-dqlite
GNU Affero General Public License v3.0
23 stars 26 forks source link

Dependency Dashboard #101

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 5 months ago

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

github-actions
.github/workflows/codeql.yml - `actions/checkout v4` - `github/codeql-action v3` - `github/codeql-action v3` - `github/codeql-action v3`
.github/workflows/commits.yml - `canonical/has-signed-canonical-cla v1` - `ubuntu 22.04`
.github/workflows/tests.yml - `actions/checkout v4` - `actions/dependency-review-action v4` - `actions/setup-go v5` - `ubuntu 22.04`
gomod
go.mod - `go 1.22.5` - `github.com/canonical/go-dqlite v1.22.0` - `github.com/canonical/lxd v0.0.0-20240730172021-8e39e5d4f55f@8e39e5d4f55f` - `github.com/fsnotify/fsnotify v1.7.0` - `github.com/google/renameio v1.0.1` - `github.com/gorilla/mux v1.8.1` - `github.com/mattn/go-sqlite3 v1.14.22` - `github.com/olekukonko/tablewriter v0.0.5` - `github.com/spf13/cobra v1.8.1` - `github.com/stretchr/testify v1.9.0` - `golang.org/x/sys v0.23.0` - `gopkg.in/yaml.v3 v3.0.1`

roosterfish commented 1 month ago

Closed as we will go with dependabot. Renovate got disabled with https://github.com/canonical/microcluster/pull/218.

MggMuggins commented 1 month ago

In renovate.json?

{
  "dependencyDashboard": false
}
roosterfish commented 1 month ago

In renovate.json?

That looks promising, can you please open up a PR?

roosterfish commented 1 month ago

@MggMuggins mhh, maybe we need this. Also in LXD we have the :disableDependencyDashboard in the extends key: https://github.com/canonical/lxd/blob/main/.github/renovate.json#L3

masnax commented 1 month ago

Looks like there's duplicate renovate.jsons:

https://github.com/canonical/microcluster/blob/v3/renovate.json https://github.com/canonical/microcluster/blob/v3/.github/renovate.json