Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add dependabot to update verif/core-v-verif #1373

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

cathales
Copy link
Contributor

@cathales cathales commented Sep 7, 2023

This PR adds a dependabot configuration file which will have the following behavior:

  • Each monday, if the verif/core-v-verif submodule hash is outdated (compared to the current master branch of core-v-verif), it opens a new PR updating the submodule, with the Component:Verif label.
  • As a new PR is open, the dashboard will run and tell us in a comment if it breaks things or not.
    • If it passes, we can merge it by simply clicking the green button.
    • If it fails, we know that we have things to get fixed.
  • If there was already such a PR which is itself outdated (ie. if we did not take any actions in a week and CVV has changed in the meantime), dependabot closes it and opens a new one.

PS: we should maybe introduce this line into the readme:

git config --global submodule.recurse true

So that subsequent git pull’s update CVV submodule too.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 7, 2023

✔️ successful run, report available here.

Copy link
Contributor

@zarubaf zarubaf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's neat! Definitely eager to try it out, still a bit sceptical about whether we wanna stay on the newest core-v-verif submodule all the time but happy to give this a go. All in for automation!

@JeanRochCoulon JeanRochCoulon merged commit a9be34a into openhwgroup:master Sep 11, 2023
@cathales cathales deleted the dependabot branch September 11, 2023 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants