1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2024-09-16 17:02:16 +02:00

project: disable Depfu for Renovate since PR creation fails

This commit is contained in:
cn 2024-05-16 17:28:30 +02:00
parent 6a933194f3
commit c9caa5ba66
2 changed files with 1 additions and 6 deletions

View File

@ -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"],

View File

@ -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.