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

Enable Dependabot #4790

Merged
merged 2 commits into from
Sep 21, 2024
Merged

Enable Dependabot #4790

merged 2 commits into from
Sep 21, 2024

Conversation

scruplelesswizard
Copy link
Contributor

Description

Enables automatic Dependabot dependency update PRs for the following package ecosystems:

  • Docker
  • Git Submodules
  • Github Actions

Dependabot will create pull requests when there is a release of the upstream dependency.

Actions Secrets vs. Dependabot Secrets

Dependabot uses a unique set of secrets and does not have access to Organization or Repository Actions secrets. This may cause pipelines to fail without the Actions secrets available.

To resolve this, Organization or Repsitory Dependabot secrets can be set.

As a workaround, authorized contributors can push an empty commit to a branch that Dependabot creates; Github Actions will then run workflows in the Actions secrets context.

@scruplelesswizard
Copy link
Contributor Author

@fifieldt thanks for triggering CI. I'll get the linting sorted shortly

@fifieldt fifieldt merged commit dca711a into meshtastic:master Sep 21, 2024
106 checks passed
@fifieldt
Copy link
Contributor

@scruplelesswizard

"""
Your .github/dependabot.yml contained invalid details

Dependabot encountered the following error when parsing your .github/dependabot.yml:

The property '#/updates/0/schedule/time' of type integer did not match the following type: string
The property '#/updates/1/schedule/time' of type integer did not match the following type: string
The property '#/updates/2/schedule/time' of type integer did not match the following type: string
The property '#/updates/3/schedule/time' of type integer did not match the following type: string

Please update the config file to conform with Dependabot's specification.
"""

@fifieldt
Copy link
Contributor

#4795

@scruplelesswizard
Copy link
Contributor Author

Thanks @fifieldt, thanks for sorting the fight between Dependabot's and Trunk Check's syntax

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