JetBrains / intellij-platform-plugin-template

Template repository for creating plugins for IntelliJ Platform
Apache License 2.0
2.97k stars 587 forks source link

(🎁) Update Github actions / dependencies (Fix dependabot) #439

Closed KotlinIsland closed 4 months ago

KotlinIsland commented 4 months ago

Describe the need of your request

Is there an issue with dependabot? The actions seem to not be updating gradle/wrapper-validation-action, actions/upload-artifact, codecov/codecov-action etc

Also plugins/dependencies in libs.versions.toml and settings.gradle.kts are outdated.

hsz commented 4 months ago

Our dependabot is configured to create PRs against the next branch, which was removed after the last release and hasn't existed until now. Lesson learned.