aboutsummaryrefslogtreecommitdiff
path: root/.renovaterc
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2025-01-24 01:29:33 +0300
committerValentin Popov <valentin@popov.link>2025-01-24 01:29:33 +0300
commit90a0ba8b97d6cf6516e1108420ac1811e82ef9aa (patch)
tree43fcdb84061e918a8f65a2767136246556d694cb /.renovaterc
parentaa94393f4d8406d9469f2fca00f98d653080879e (diff)
downloadpopov.link-90a0ba8b97d6cf6516e1108420ac1811e82ef9aa.tar.xz
popov.link-90a0ba8b97d6cf6516e1108420ac1811e82ef9aa.zip
Changing the Dependabot configuration to update dependencies once a week and adding support for GitHub Actions updates; removing the Renovate configuration.
Diffstat (limited to '.renovaterc')
-rw-r--r--.renovaterc4
1 files changed, 0 insertions, 4 deletions
diff --git a/.renovaterc b/.renovaterc
index 78baa4b..2406fe2 100644
--- a/.renovaterc
+++ b/.renovaterc
@@ -7,10 +7,6 @@
"groupSlug": "all-digest",
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
- },
- {
- "matchUpdateTypes": ["security"],
- "enabled": false
}
]
}