TeamTalk5 icon indicating copy to clipboard operation
TeamTalk5 copied to clipboard

Add Dependabot configuration

Open Nardol opened this issue 2 years ago • 3 comments

Add Dependabot for GitHub action, Gradle and Swift.

Nardol avatar Nov 13 '23 18:11 Nardol

Do you have an example where this comes into play?

bear101 avatar Nov 14 '23 13:11 bear101

Not the same package ecosystems except for GH actions, but here you can find some example of Dependabot pull requests.

There is also a demo repository to fork and see Dependabot in action.

Nardol avatar Nov 14 '23 15:11 Nardol

Do you have an example where this comes into play?

For example, you won't have to update GitHub actions manually anymore, as soon as a new version is available, Dependabot will automatically open a pull request to update the version in every workflows which use the outdated version.

Nardol avatar Nov 15 '23 10:11 Nardol

We'll update the dependencies manually. Then we're more in control if things break.

bear101 avatar May 18 '24 06:05 bear101