Skip to content

Commit

Permalink
Add ignore files in the dependabot.yml (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensWe authored Dec 17, 2024
2 parents 934ad99 + 5452867 commit 38c196a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,7 @@ updates:
allnpm:
patterns:
- "*"
ignore:
- dependency-name: "@nl-rvo/assets"
- dependency-name: "@nl-rvo/component-library-css"
- dependency-name: "@nl-rvo/design-tokens"
2 changes: 1 addition & 1 deletion amt/site/static/scss/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ main {
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
z-index: 1;
}

Expand Down

0 comments on commit 38c196a

Please sign in to comment.