Skip to content

Commit 5d9a7fd

Browse files
authored
Merge branch 'master' into dependabot/maven/src/java/org.apache.httpcomponents-httpclient-4.5.13
2 parents cb06f63 + e632bca commit 5d9a7fd

File tree

452 files changed

+34228
-4812
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

452 files changed

+34228
-4812
lines changed

.github/dependabot.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "pip" # See documentation for possible values
9+
directory: "/src/python" # Location of package manifests
10+
schedule:
11+
interval: "weekly"
12+
reviewers:
13+
- "kpjensen"
14+
- "wormsik"

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ dxR.Rcheck
7171
/bin/proot
7272
/bin/pbr
7373
/bin/xattr
74+
/bin/normalizer
7475
/bin/wsdump.py
7576
/bin/dx-su-contrib
7677
/src/python/test/*.traceability.*.csv
@@ -90,3 +91,5 @@ test-job-workspaces
9091
*.traceability.*.csv
9192

9293
.vscode/
94+
.metals/
95+

.gitmodules

-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
[submodule "src/jq"]
2-
path = src/jq
3-
url = https://github.com/stedolan/jq.git
4-
ignore = dirty

0 commit comments

Comments
 (0)