Improve Workflows (renovatebot) #421
Replies: 5 comments 4 replies
-
Done in #610 |
Beta Was this translation helpful? Give feedback.
-
@rainerleber Could you please look into #610 and maybe also provide more details on your suggestion regarding dependabot or renovatebot? |
Beta Was this translation helpful? Give feedback.
-
I've done an experiment in my fork that you can find the draft pr here #657. This github action simply install all the dependencies and check if there are some of them that need to be update, if there are it open a issue, but if there is already an issue the communicate the same outdate dependency it will do nothing. You can find some example here:
There are something that need to be setup in order to have every environment variable. With this we can avoid the use of external workflows like renovate or dependabot, let me know what are you think about this solution! |
Beta Was this translation helpful? Give feedback.
-
I checked the outputs and the behavior. Looks good to me! I think will be useful for us. |
Beta Was this translation helpful? Give feedback.
-
Actions should not use main. To prevent maintaining efforts dependapot or renovatebot could be used.
for example main could also reflect a major change.
@v4
for example to get minor and patch updates but not break the behavior when a major change is introduced.Beta Was this translation helpful? Give feedback.
All reactions