New Vegas doesn't really need a remaster, it just needs its horribly broken engine fixed.
You should be slangmaxxing
NGL I like "-maxxing" because of how versatile it is.
"Whatever" is hardly slang, however.
So I haven't tested this specific example (but it should work):
"packageRules": [
{
"matchDatasources": ["docker"],
"matchPackageNames": ["ghcr.io/netbootxyz/netbootxyz"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-nbxyz(?<build>\\d+)$"
}
]
Netboot.xyz has its docker images tagged in a non-standard way necessitating a custom package rule so that renovate bot can properly pick up updates. I thought this went into the config.js that renovate bot uses for its own configuration but no it goes in your repo's renovate.json file like so:
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchDatasources": ["docker"],
"matchPackageNames": ["ghcr.io/netbootxyz/netbootxyz"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-nbxyz(?<build>\\d+)$"
}
],
"assignees": [
"UntouchedWagons"
],
"reviewers": [
"UntouchedWagons"
]
}
I've found ~85g of noodles per adult person to be sufficient.
I use renovate bot for my self-hosted forgejo. It works pretty well but I think the documentation could be better. I had some settings in my config.js that was supposed to go into my repo's renovate.json and I had no idea
I've been using airvpn for almost 10 years now, no complaints.
I use irc.scenep2p.net
The first FFF in a long while and it was kind of a nothing burger :-/
I use Debian on all my servers and virtual machines due to its slow update cadence and leanness.
Just walk away.
