Skip to content

Commit 7391659

Browse files
committed
Update dependabot to renovate in comments
1 parent b8eca76 commit 7391659

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/owasp-dependency-check-daily.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# the benefit of this over dependabot is that this also analyzes transitive dependencies
2-
# while dependabot (at least currently) only analyzes top-level dependencies
1+
# the benefit of this over renovate is that this also analyzes transitive dependencies
2+
# while renovate (at least currently) only analyzes top-level dependencies
33
name: OWASP dependency check (daily)
44

55
on:

instrumentation/vaadin-14.2/javaagent/src/vaadin16Test/java/io/opentelemetry/javaagent/instrumentation/vaadin/Vaadin16Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class Vaadin16Test extends AbstractVaadinTest {
2121
@Override
2222
protected void prepareVaadinBaseDir(File baseDir) {
2323
Path basePath = Paths.get(baseDir.toURI());
24-
// underscore "_" prefix is used to hide these files from dependabot
24+
// underscore "_" prefix is used to hide these files from renovate
2525
// (they are only used for tests ok for them to have outdated dependencies)
2626
copyClasspathResource("/pnpm/_package.json", basePath.resolve("package.json"));
2727
copyClasspathResource("/pnpm/_pnpm-lock.yaml", basePath.resolve("pnpm-lock.yaml"));

0 commit comments

Comments
 (0)