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

Update dependabot.yml to auto update github actions #702 #703

Merged
merged 3 commits into from
Sep 30, 2024

Conversation

brokoli777
Copy link
Contributor

@brokoli777 brokoli777 commented Sep 30, 2024

Fixes #702.

Hello! This change would automatically update GitHub Actions like actions/checkout@v3 to the latest version whenever a new version is released.

If we only want to update specific GitHub actions, we can specify it like this:

allow:
  - dependency-name: "actions/checkout"
  - dependency-name: "actions/setup-python"

Copy link
Contributor

@whimboo whimboo left a comment

Choose a reason for hiding this comment

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

Hi Bregwin. Thanks a lot for your PR! It looks good and there is just a tiny thing that I would propose to update, which you can find inline. I'll land the suggestion and then merge your PR.

If you have interest to contribute more to our repository I'm happy to mentor other issues as well. Some are specifically tagged for mentored but feel free to choose depending on your experience. Thanks again!

.github/dependabot.yml Outdated Show resolved Hide resolved
@whimboo whimboo merged commit edeb2e6 into mozilla:master Sep 30, 2024
16 checks passed
@brokoli777
Copy link
Contributor Author

Thank you! Yes, I would like to work on another issue as well. I will look at the posted issues and try to work on one when I get some free time.

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.

Add a dependabot configuration to update GitHub actions
2 participants