Skip to content

Commit

Permalink
Update dependencies with Renovate (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Nov 4, 2024
1 parent 2aa2adb commit fd49953
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 19 deletions.
18 changes: 0 additions & 18 deletions .github/dependabot.yml

This file was deleted.

34 changes: 34 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":semanticCommitsDisabled",
"schedule:daily"
],
"labels": [
"dependencies"
],
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"src/test/java/org/jenkinsci/plugins/reverse_proxy_auth/docker/PlanetExpressTest.java"
],
"matchStrings": [
".* TEST_IMAGE =\n\\s*\"(?<repo>.*?):(?<currentValue>.*?)@(?<currentDigest>sha256:.*?)\";\n"
],
"depNameTemplate": "{{{repo}}}",
"datasourceTemplate": "docker"
}
],
"rebaseWhen": "conflicted",
"ignorePaths": [
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**",
"**/examples/**",
"**/__tests__/**",
"**/tests/**",
"**/__fixtures__/**"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
public class PlanetExpressTest {

static final String TEST_IMAGE =
"rroemhild/test-openldap@sha256:b4e433bbcba1f17899d6bcb0a8e854bbe52c754faa4e785d0c27a2b55eb12cd8";
"rroemhild/test-openldap:1.0@sha256:b4e433bbcba1f17899d6bcb0a8e854bbe52c754faa4e785d0c27a2b55eb12cd8";
static final String DN = "dc=planetexpress,dc=com";
static final String MANAGER_DN = "cn=admin,dc=planetexpress,dc=com";
static final String MANAGER_SECRET = "GoodNewsEveryone";
Expand Down

0 comments on commit fd49953

Please sign in to comment.