Skip to content

Commit

Permalink
Configure Renovate (#1)
Browse files Browse the repository at this point in the history
* Add renovate.json

* renovate.json: align with rest of metal-toolbox

* re-gen docs

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Diogo Mendes Matsubara <[email protected]>
  • Loading branch information
renovate[bot] and diogomatsubara authored Aug 16, 2023
1 parent 3731680 commit e9a1e92
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 10 deletions.
8 changes: 4 additions & 4 deletions docs/mctl_create_firmware-set.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ mctl create firmware-set [flags]
### Options

```
--firmware-uuids string comma separated list of UUIDs of firmware to be included in the set to be created
-h, --help help for firmware-set
--labels stringToString Labels to assign to the firmware set - 'vendor=foo,model=bar' (default [])
--name string A name for the firmware set
--firmware-uuids strings comma separated list of UUIDs of firmware to be included in the set to be created
-h, --help help for firmware-set
--labels stringToString Labels to assign to the firmware set - 'vendor=foo,model=bar' (default [])
--name string A name for the firmware set
```

### Options inherited from parent commands
Expand Down
2 changes: 1 addition & 1 deletion docs/mctl_create_firmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mctl create firmware [flags]
### Options

```
--from-file string YAML file with firmware configuration data
--from-file string JSON file with firmware configuration data
-h, --help help for firmware
```

Expand Down
11 changes: 6 additions & 5 deletions docs/mctl_edit_firmware-set.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ mctl edit firmware-set [flags]
### Options

```
-h, --help help for firmware-set
--labels stringToString Labels to assign to the firmware set - 'vendor=foo,model=bar' (default [])
--name string Update name for the firmware set
--remove-firmware-uuids string UUIDs of firmware to be removed from the set
--uuid string UUID of firmware set to be edited
--add-firmware-uuids strings UUIDs of firmware to be added to the set
-h, --help help for firmware-set
--labels stringToString Labels to assign to the firmware set - 'vendor=foo,model=bar' (default [])
--name string Update name for the firmware set
--remove-firmware-uuids strings UUIDs of firmware to be removed from the set
--uuid string UUID of firmware set to be edited
```

### Options inherited from parent commands
Expand Down
1 change: 1 addition & 0 deletions docs/mctl_list_firmware-set.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ mctl list firmware-set [flags]
### Options

```
--all show all firmware sets. By default results are filtered on having labels for vendor, model and latest=true
-h, --help help for firmware-set
--model string filter by server model
--vendor string filter by server vendor
Expand Down
26 changes: 26 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"extends": [
"config:base",
":rebaseStalePrs",
":dependencyDashboard"
],
"vulnerabilityAlerts": {
"enabled": true,
"labels": ["security"]
},
"labels": ["dependencies"],
"rollbackPrs": true,
"rebaseWhen": "auto",
"addLabels": ["dependencies"],
"stabilityDays": 3,
"postUpdateOptions": [
"gomodTidy"
],
"packageRules": [
{
"description": "Automatically merge minor and patch-level updates",
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true
}
]
}

0 comments on commit e9a1e92

Please sign in to comment.