Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/src/java/org.apache.httpc…
Browse files Browse the repository at this point in the history
…omponents-httpclient-4.5.13
  • Loading branch information
lorenbuhle authored Dec 24, 2024
2 parents cb06f63 + e632bca commit 5d9a7fd
Show file tree
Hide file tree
Showing 452 changed files with 34,228 additions and 4,812 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/src/python" # Location of package manifests
schedule:
interval: "weekly"
reviewers:
- "kpjensen"
- "wormsik"
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ dxR.Rcheck
/bin/proot
/bin/pbr
/bin/xattr
/bin/normalizer
/bin/wsdump.py
/bin/dx-su-contrib
/src/python/test/*.traceability.*.csv
Expand All @@ -90,3 +91,5 @@ test-job-workspaces
*.traceability.*.csv

.vscode/
.metals/

4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
[submodule "src/jq"]
path = src/jq
url = https://github.com/stedolan/jq.git
ignore = dirty
Loading

0 comments on commit 5d9a7fd

Please sign in to comment.