Marvin Bitterlich
Marvin Bitterlich
The way I would like to have it would be having two separate stacks. You have a command to push windows from left to right and back. You can puch...
Yes, something like that would be great!
I encountered this same need just now and took a stab at a regexManager, its not working but maybe someone with more knowledge about these might know what is missing...
The discussion already references examples like https://github.com/mdub/config_hound/blob/master/config_hound.gemspec If that helps :)
``` Gem::Specification.new do |spec| spec.name = "renovate-gemspec-example" spec.version = '1.0.0' spec.authors = ["reggaemuffin"] spec.email = ["[email protected]"] spec.summary = %q{A minimal example for a gemspec file to parse} spec.description = %q{A...
 It seems that `^.*add.*dependency.*['"](?.*?)['"],.*['"](?.*?)['"].*` might work as a generic enough regex for this example
Tested this locally and it does not register in the logs of renovate except in the config So far unclear: - Is datasource rubygems or bundler or something else, and...
I created https://github.com/reggaemuffin/renovate-gemspec-minimal-example and will try to update it with the `ruby` version strategy to see if that works
You can see a run of it as https://app.renovatebot.com/dashboard#github/reggaemuffin/renovate-gemspec-minimal-example/432999060  Not sure how to extract more information out of this but let me know if you have any ideas
For me the newest file worked. It started up and using `/chunkgen zone ~ ~ 5000 5000 0` started generating chunks. There is still a minor floating point problem ;)...