Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: uniget-org/tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4423dd850cb34a62629213ef280dbb175b6450c5
Choose a base ref
..
head repository: uniget-org/tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f2a2d7f24850f1e04d3a9cb523da648c2d6eb925
Choose a head ref
Showing with 3,597 additions and 3,581 deletions.
  1. +2 −1 renovate-root.json
  2. +3,512 −3,499 renovate.json
  3. +1 −1 scripts/test.sh
  4. +1 −1 tools/alertmanager/manifest.yaml
  5. +1 −1 tools/aws/manifest.yaml
  6. +1 −1 tools/aws2/manifest.yaml
  7. +1 −1 tools/cdncheck/manifest.yaml
  8. +1 −1 tools/cilium/manifest.yaml
  9. +1 −1 tools/clusterlint/manifest.yaml
  10. +1 −1 tools/dotnet-runtime/Dockerfile.template
  11. +1 −1 tools/dotnet-sdk/Dockerfile.template
  12. +1 −1 tools/ecapture/manifest.yaml
  13. +3 −45 tools/elia/Dockerfile.template
  14. +1 −1 tools/esbuild/manifest.yaml
  15. +1 −1 tools/fabric/manifest.yaml
  16. +21 −0 tools/gama/Dockerfile.template
  17. +23 −0 tools/gama/manifest.yaml
  18. +1 −1 tools/gitlab-runner/manifest.yaml
  19. +1 −1 tools/just/manifest.yaml
  20. +1 −1 tools/k9s/manifest.yaml
  21. +1 −1 tools/kitty/manifest.yaml
  22. +1 −1 tools/mailpit/manifest.yaml
  23. +1 −1 tools/melange/manifest.yaml
  24. +1 −1 tools/nuclei/manifest.yaml
  25. +1 −1 tools/ojg/manifest.yaml
  26. +1 −1 tools/papermc/manifest.yaml
  27. +1 −1 tools/pnpm/manifest.yaml
  28. +1 −1 tools/posting/manifest.yaml
  29. +1 −1 tools/powershell/Dockerfile.template
  30. +1 −1 tools/presenterm/manifest.yaml
  31. +1 −1 tools/pulumi/manifest.yaml
  32. +1 −1 tools/rootlesskit/manifest.yaml
  33. +1 −1 tools/runme/manifest.yaml
  34. +1 −1 tools/sshocker/manifest.yaml
  35. +1 −1 tools/task/manifest.yaml
  36. +1 −1 tools/terragrunt/manifest.yaml
  37. +1 −1 tools/texlive/manifest.yaml
  38. +1 −1 tools/tracer/Dockerfile.template
  39. +1 −1 tools/trurl/Dockerfile.template
  40. +1 −1 tools/witness/manifest.yaml
  41. +1 −1 tools/wolfictl/manifest.yaml
3 changes: 2 additions & 1 deletion renovate-root.json
Original file line number Diff line number Diff line change
@@ -39,7 +39,8 @@
],
"matchPackagePrefixes": [
"ghcr.io/uniget-org/tools/",
"ghcr.io/uniget-org/images/"
"ghcr.io/uniget-org/images/",
"registry.gitlab.com/uniget-org/images/"
],
"enabled": false
}
Loading