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

chore: flail to attempt to fix dependabot updates for examples/ dir #384

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

trentm
Copy link
Member

@trentm trentm commented Oct 1, 2024

Dependabot updates of the examples dir has been warning recently with:

updater | 2024/09/30 01:28:04 WARN <job_892539850> Please check your configuration as there are groups where no dependencies match:
- examples

This can happen if:
- the group's 'pattern' rules are misspelled
- your configuration's 'allow' rules do not permit any of the dependencies that match the group
- the dependencies that match the group rules have been removed from your project

Dependabot updates of the examples dir has been warning recently with:

    updater | 2024/09/30 01:28:04 WARN <job_892539850> Please check your configuration as there are groups where no dependencies match:
    - examples

    This can happen if:
    - the group's 'pattern' rules are misspelled
    - your configuration's 'allow' rules do not permit any of the dependencies that match the group
    - the dependencies that match the group rules have been removed from your project
@trentm trentm requested a review from david-luna October 1, 2024 17:48
@trentm trentm self-assigned this Oct 1, 2024
@trentm trentm merged commit b6bdabc into main Oct 1, 2024
13 checks passed
@trentm trentm deleted the trentm/flail-on-examples-dependabot-config branch October 1, 2024 17:56
@trentm
Copy link
Member Author

trentm commented Oct 1, 2024

This was a vain attempt. It didn't help:

https://github.com/elastic/elastic-otel-node/actions/runs/11130803300/job/30930944527

updater | 2024/10/01 17:57:21 WARN <job_894196052> Please check your configuration as there are groups where no dependencies match:
- the-examples
This can happen if:
- the group's 'pattern' rules are misspelled
- your configuration's 'allow' rules do not permit any of the dependencies that match the group
- the dependencies that match the group rules have been removed from your project

trentm added a commit that referenced this pull request Oct 1, 2024
…es/ dir

This time we'll remove the grouping to see if that helps.
We would *like* dependabot updates for examples/ to all be in a single group,
but that isn't working, so we'll take separate update PRs instead if that works.

Refs: #384 (flail attempt 1)
trentm added a commit that referenced this pull request Oct 1, 2024
…es/ dir (#386)

This time we'll remove the grouping to see if that helps.
We would *like* dependabot updates for examples/ to all be in a single group,
but that isn't working, so we'll take separate update PRs instead if that works.

Refs: #384 (flail attempt 1)
trentm added a commit that referenced this pull request Oct 1, 2024
…es/ dir

This time we'll remove the relative dep, on the theory that it is
tripping up dependabot. Keeping it this way puts a burden on the
developer that wants to test exapmles with local changes. Perhaps that
is fine for now. Arguably though this is the tail wagging the dog.

Refs: #384 (flail attempt 1)
Refs: #386 (flail attempt 2)
trentm added a commit that referenced this pull request Oct 2, 2024
…es/ dir (#387)

This time we'll remove the relative dep, on the theory that it is
tripping up dependabot. Keeping it this way puts a burden on the
developer that wants to test exapmles with local changes. Perhaps that
is fine for now. Arguably though this is the tail wagging the dog.

Refs: #384 (flail attempt 1)
Refs: #386 (flail attempt 2)
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.

2 participants