Skip to content

Commit c856216

Browse files
authored
update Wrapper, dependabot (#1097)
* update maven wrapper Signed-off-by: Gregor Zeitlinger <[email protected]> * update dependabot Signed-off-by: Gregor Zeitlinger <[email protected]> --------- Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 5e282c8 commit c856216

File tree

6 files changed

+348
-549
lines changed

6 files changed

+348
-549
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,11 @@ updates:
55
schedule:
66
interval: weekly
77
- package-ecosystem: maven
8-
open-pull-requests-limit: 1 # Limit to 1 open PR at a time until https://github.com/dependabot/dependabot-core/issues/10415 is fixed
98
# excluding simpleclient_archive from the update is not possible, only includes are supported
10-
directories:
11-
- prometheus-metrics-bom
12-
- prometheus-metrics-core
13-
- prometheus-metrics-config
14-
- prometheus-metrics-model
15-
- prometheus-metrics-tracer
16-
- prometheus-metrics-exposition-formats
17-
- prometheus-metrics-exporter-common
18-
- prometheus-metrics-exporter-servlet-jakarta
19-
- prometheus-metrics-exporter-servlet-javax
20-
- prometheus-metrics-exporter-httpserver
21-
- prometheus-metrics-exporter-opentelemetry
22-
- prometheus-metrics-exporter-pushgateway
23-
- prometheus-metrics-instrumentation-caffeine
24-
- prometheus-metrics-instrumentation-jvm
25-
- prometheus-metrics-instrumentation-dropwizard5
26-
- prometheus-metrics-instrumentation-guava
27-
- prometheus-metrics-simpleclient-bridge
28-
- examples
29-
- benchmarks
30-
- integration-tests
9+
# when we use includes, we run into https://github.com/dependabot/dependabot-core/issues/10415 -
10+
# even if we limit to 1 PR at a time
11+
# therefore we just ignore the simpleclient_archive update for now
12+
# if this becomes a problem, we can move to renovate
13+
directory: "/"
3114
schedule:
3215
interval: daily

.mvn/wrapper/MavenWrapperDownloader.java

Lines changed: 0 additions & 117 deletions
This file was deleted.

.mvn/wrapper/maven-wrapper.jar

-49.5 KB
Binary file not shown.
Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
1-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.1/apache-maven-3.8.1-bin.zip
2-
wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing,
12+
# software distributed under the License is distributed on an
13+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
# KIND, either express or implied. See the License for the
15+
# specific language governing permissions and limitations
16+
# under the License.
17+
wrapperVersion=3.3.2
18+
distributionType=only-script
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip

0 commit comments

Comments
 (0)