|
| 1 | +@import io.jenkins.tools.pluginmodernizer.core.model.Plugin |
| 2 | +@import io.jenkins.tools.pluginmodernizer.core.model.Recipe |
| 3 | +@param Plugin plugin |
| 4 | +@param Recipe recipe |
| 5 | +Hello `${plugin.getName()}` developers! :wave: |
| 6 | + |
| 7 | +This is an automated pull request created by the [Jenkins Plugin Modernizer](https://github.com/jenkins-infra/plugin-modernizer-tool) tool. The tool has applied the following recipes to modernize the plugin: |
| 8 | +<details aria-label="Recipe details for ${recipe.getDisplayName()}"> |
| 9 | + <summary>${recipe.getDisplayName()}</summary> |
| 10 | + <p><em>${recipe.getName()}</em></p> |
| 11 | + <blockquote>${recipe.getDescription()}</blockquote> |
| 12 | +</details> |
| 13 | + |
| 14 | +### Why Automate with Dependabot? |
| 15 | + |
| 16 | +Managing dependencies can be a time-consuming and challenging task, especially when maintaining a Jenkins plugin. By automating this process with Dependabot, you open the door to a host of advantages: |
| 17 | + |
| 18 | +- **Keep Pace with Innovation:** Dependabot ensures your plugin stays at the cutting edge by promptly updating it with the latest features and improvements from upstream libraries. |
| 19 | + |
| 20 | +- **Strengthen Security:** Staying current with dependency updates is critical for security. Dependabot automatically flags and updates any vulnerable dependencies, helping to shield your plugin from potential exploits. |
| 21 | + |
| 22 | +- **Save Time and Effort:** Spend less time managing dependencies and more time innovating. Dependabot automatically submits pull requests for new releases, allowing you to effortlessly review and integrate updates. |
| 23 | + |
| 24 | +- **Enhance Compatibility and Stability:** Regular updates enhance both performance and compatibility with other plugins and the Jenkins core, ensuring a smooth experience for your users. |
| 25 | + |
| 26 | +- **Focus on What Matters:** With Dependabot, you can concentrate on developing new features and fixing bugs, while it takes care of keeping everything up-to-date under the hood. |
| 27 | + |
| 28 | +Setting up Dependabot exemplifies a proactive approach to modern software maintenance, aligning your plugin with the best practices in the industry. We invite you to test these updates and embrace a maintenance workflow that is efficient and secure. |
| 29 | + |
| 30 | +Your insights and feedback are invaluable to us, and we'll be here to support you through this transition as needed. |
| 31 | + |
| 32 | + |
0 commit comments