Skip to content

Commit

Permalink
update catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
maxandersen committed Jan 7, 2024
1 parent 6b159e0 commit eb96040
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jbang-catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
"bootstrap": {
"script-ref": "bootstrap.java",
"description": "Bootstrap a jbang script to make it self-contained."
},
"jmc": {
"script-ref": "jmc.jsh",
"java-agents": []
}
},
"templates": {
Expand All @@ -73,7 +77,7 @@
"file-refs": {
"renovate.json": "templates/renovate.json.qute"
},
"description": "Initializes a renovate.json to enable automatic management of any .java file //DEPS section.\n\nExample: `jbang init -t renovate@jbangdev .github/renovate.json` and then commit this to github and if you installed https://github.com/apps/renovate renovate will make issues and PR's for dependency updates."
"description": "Initializes a renovate.json to enable automatic management of any .java file //DEPS section.\n\nExample: `jbang init -t renovate@jbangdev .github/renovate.json` and then commit this to github and if you installed https://github.com/apps/renovate renovate will make issues and PR\u0027s for dependency updates."
},
"junit": {
"file-refs": {
Expand Down

0 comments on commit eb96040

Please sign in to comment.