[iobroker-bot] Add missing GitHub Actions Dependabot configuration#173
Open
ioBroker-Bot wants to merge 1 commit into
Conversation
39 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
German description can be found below
Deutsche Beschreibung weiter unten
General information
This PR has been created by iobroker-bot. Please review the changes carefully and merge the PR if review is ok.
Feel free to contact me (@ioBroker-Bot) if there are any questions or if a PR seems faulty. Please open an issue at repository https://github.com/ioBroker/ioBroker.repochecker to report a faulty PR.
And THANKS A LOT for maintaining this adapter from me and all users.
Let's work together for the best user experience.
your
ioBroker Check and Service Bot
@mcm1957 for evidence
Changes provided by this PR
This PR adds a missing
github-actionsblock to.github/dependabot.yml. It fixes issue '[E8903] Dependabot configuration "/.github/dependabot.yml" has no entry with "package-ecosystem: github-actions". Please add one.' raised by repository checker. The new block reuses the existing Dependabot cron schedule from the file when available.Technical details
.github/dependabot.ymldoes not exist, this template creates a new configuration file with update entries forgithub-actionsandnpm..github/dependabot.ymlalready exists, this template only adds the missinggithub-actionsblock and keeps existing comments unchanged.github-actionsblock, no changes are applied and no PR is created.References
Deutsche Beschreibung
Dieser PR ergänzt einen fehlenden
github-actions-Block in.github/dependabot.yml. Damit wird das vom Repository Checker gemeldete Issue '[E8903] Dependabot configuration "/.github/dependabot.yml" has no entry with "package-ecosystem: github-actions". Please add one.' behoben. Der neue Block verwendet, falls vorhanden, den bereits in der Datei verwendeten Dependabot-Cron-Zeitplan weiter.Technische Details
.github/dependabot.ymlnicht existiert, erstellt diese Vorlage eine neue Konfigurationsdatei mit Update-Einträgen fürgithub-actionsundnpm..github/dependabot.ymlbereits existiert, ergänzt diese Vorlage nur den fehlendengithub-actions-Block und lässt bestehende Kommentare unverändert.github-actions-Block enthält, werden keine Änderungen angewendet und es wird kein PR erstellt.Referenzen
You my recreate this PR by adding the following comment:
@ioBroker-Bot recreate
Template: E8903-addDependabotGithubAction