This repository was archived by the owner on Apr 14, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Improve GH Actions and Dependabot #27
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
2197a4e
chore: add dependabot configuration for GitHub Actions
eloi010 792bfd8
chore: add permissions configuration for workflows
eloi010 3047187
chore: update job name for build-lint workflow
eloi010 7afeea7
chore: update checkout step to include persist-credentials configuration
eloi010 afabc2f
chore: add npm dependencies configuration to dependabot
eloi010 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,50 @@ | ||
| version: 2 | ||
|
|
||
| updates: | ||
| # 1) GitHub Actions | ||
| - package-ecosystem: github-actions | ||
| directory: / # GitHub scans .github/workflows from here | ||
| schedule: | ||
| interval: weekly | ||
| day: monday | ||
| time: "03:00" | ||
| open-pull-requests-limit: 5 | ||
| assignees: ["alainncls"] | ||
| labels: ["dependencies", "github-actions"] | ||
| commit-message: | ||
| prefix: "deps(actions)" | ||
| include: "scope" | ||
| groups: | ||
| core-actions-minor-patch: | ||
| update-types: ["minor", "patch"] | ||
| patterns: | ||
| - "actions/*" | ||
| - "github/*" | ||
| third-party-actions-minor-patch: | ||
| update-types: ["minor", "patch"] | ||
| patterns: | ||
| - "*" | ||
| exclude-patterns: | ||
| - "actions/*" | ||
| - "github/*" | ||
| cooldown: | ||
| default-days: 7 | ||
|
eloi010 marked this conversation as resolved.
eloi010 marked this conversation as resolved.
|
||
|
|
||
| # 2) npm dependencies (package.json) | ||
| - package-ecosystem: npm | ||
| directory: / | ||
| schedule: | ||
| interval: weekly | ||
| day: monday | ||
| time: "04:00" | ||
| open-pull-requests-limit: 5 | ||
| assignees: ["alainncls"] | ||
| labels: ["dependencies", "npm"] | ||
| commit-message: | ||
| prefix: "deps(npm)" | ||
| include: "scope" | ||
| groups: | ||
| npm-minor-patch: | ||
| update-types: ["minor", "patch"] | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Dependabot npm group missing match criteriaMedium Severity The |
||
| cooldown: | ||
| default-days: 7 | ||
|
eloi010 marked this conversation as resolved.
|
||
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
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
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.


Uh oh!
There was an error while loading. Please reload this page.