Skip to content

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
@fifieldt
Copy link
Member

@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
Member

#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