paulirwin / JavaToCSharp

Java to C# converter
MIT License
266 stars 90 forks source link

Some packages are outdated, use dependabot workflow ? #73

Closed maximilien-noal closed 1 year ago

maximilien-noal commented 1 year ago

AvaloniaUI 11.0.4 just released.

Automatic PRs could be submitted by dependabot.

Exemple: https://github.com/OpenRakis/Cryogenic/blob/main/.github/dependabot.yml

# generated by dependadotnet
# https://github.com/dotnet/core/tree/master/samples/dependadotnet
version: 2
updates:
  - package-ecosystem: "nuget"
    directory: "/src"
    schedule:
      interval: "weekly"
      day: "wednesday"
    open-pull-requests-limit: 5
paulirwin commented 1 year ago

Thanks, I do appreciate the suggestion. I have Dependabot set up for security vulnerabilities which is about all the noise I care to deal with, as it's hard enough keeping up with those. If users aren't complaining about bugs that are fixed in minor versions of Avalonia, I'm not particularly concerned about updating; people are welcome to file issues here requesting an upgrade.

That said, this is a good opportunity pre-3.0-go-live to get all the packages up to date like Avalonia 11.0.4, so I'll update these as part of this issue. If any other package upgrades are requested, feel free to let me know with new issues filed. Thanks!