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

Keep GitHub Actions up to date with GitHub's Dependabot #1868

Merged
merged 3 commits into from
Jan 24, 2024

Conversation

This will automate the creation of pull requests like
* pennersr/django-allauth#3615
.github/dependabot.yml Outdated Show resolved Hide resolved
.github/dependabot.yml Outdated Show resolved Hide resolved
.github/dependabot.yml Outdated Show resolved Hide resolved
@casey
Copy link
Owner

casey commented Jan 24, 2024

Thanks for these PRs! They're awesome. I added a review with some very small nits, take a look.

cclauss and others added 2 commits January 24, 2024 21:28
Co-authored-by: Casey Rodarmor <casey@rodarmor.com>
groups:
GitHub_Actions:
patterns:
- "*" # open a single pull request to update all actions
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Are the quotes required here?

Copy link
Owner

Choose a reason for hiding this comment

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

They are, * is a special character in YAML. You can use & and * to declare and reference properties to de-duplicate repeated values.

This:

myprop:
  uid: &id XXX
myprop1:
  id: *id

Is equivalent to this:

myprop:
  uid: XXX
myprop1:
  id: XXX

@cclauss cclauss requested a review from casey January 24, 2024 20:51
Copy link
Owner

@casey casey left a comment

Choose a reason for hiding this comment

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

LGTM!

@casey casey enabled auto-merge (squash) January 24, 2024 23:09
@casey casey merged commit f5d101c into casey:master Jan 24, 2024
5 checks passed
@cclauss cclauss deleted the patch-2 branch January 24, 2024 23:12
@cclauss
Copy link
Contributor Author

cclauss commented Jan 24, 2024

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.

None yet

2 participants