Skip to content

Commit

Permalink
re-enable Renovate with gradle manager disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
wiebeck committed Jun 22, 2023
1 parent 629bb7c commit 10e30fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/README-dependabot.md → .github/README-renovate.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# No dependabot.yml?
# No Gradle Dependency Updates

This repository contains **Java POJO classes for IATA ONE Record** (1R), as per
official IATA Ontology on GitHub at https://github.com/IATA-Cargo/ONE-Record.
Expand All @@ -8,4 +8,4 @@ To ensure compatibility with
the libraries used will not be used with their latest version but with the version which are used
in that project.

This is the reason why this project does not and should not apply github's dependabot.yml feature.
This is the reason why the "gradle" manager for Renovate has been disabled.
7 changes: 4 additions & 3 deletions .github/renovate.json-DISABLED → .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
NOT ACTIVE, SEE README-dependabot.xml for reason

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
],
"gradle": {
"enabled": false
}
}

0 comments on commit 10e30fe

Please sign in to comment.