mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-12-22 00:54:22 +01:00
project: disable Depfu for Renovate since PR creation fails
This commit is contained in:
parent
6a933194f3
commit
c9caa5ba66
5
.github/renovate.json5
vendored
5
.github/renovate.json5
vendored
@ -15,11 +15,6 @@
|
||||
commitMessageTopic: "{{depName}}",
|
||||
commitMessageExtra: "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}",
|
||||
packageRules: [
|
||||
// Ruby dependencies are managed by depfu
|
||||
{
|
||||
matchManagers: ["bundler"],
|
||||
enabled: false,
|
||||
},
|
||||
// Commit message formats
|
||||
{
|
||||
matchDatasources: ["docker"],
|
||||
|
@ -1,6 +1,6 @@
|
||||
# dyndnsd.rb
|
||||
|
||||
![ci](https://github.com/cmur2/dyndnsd/workflows/ci/badge.svg) [![Dependencies](https://badges.depfu.com/badges/4f25da8493f7a29f652ac892fbf9227b/overview.svg)](https://depfu.com/github/cmur2/dyndnsd)
|
||||
![ci](https://github.com/cmur2/dyndnsd/workflows/ci/badge.svg)
|
||||
|
||||
A small, lightweight and extensible DynDNS server written with Ruby and Rack.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user