Skip to content

Commit 4894028

Browse files
authored
Dependabot: Update syntax for ignore dependency names. (#512)
Dependabot created a lot of update PRs for mu_devops actions. This was tracked back to dependabot configuration needing its syntax tweaked. https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#ignore-- Relevant section: dependency-name | Ignore updates for dependencies with matching names, optionally using * to match zero or more characters. This week was the first time dependabot created individual PRs for the mu_devops actions. I suspect this has always been an issue. I am not aware of a case where mu_devops was tagged and there way a week's gap between version.njk being updated and file sync run.
1 parent ba1119b commit 4894028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.sync/dependabot/actions-pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ updates:
5050
time: "06:00"
5151
ignore:
5252
# Ignore dependencies that are synced from mu_devops
53-
- dependency-name: "microsoft/mu_devops"
54-
- dependency-name: "github/codeql-action"
53+
- dependency-name: "microsoft/mu_devops*"
54+
- dependency-name: "github/codeql-action*"
5555
commit-message:
5656
prefix: "GitHub Action"
5757
labels:

0 commit comments

Comments
 (0)