Skip to content

Commit

Permalink
ci(dependabot): Add ignored dependencies to dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Jan 23, 2025
1 parent 09b3a8c commit 91af8ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ updates:
commit-message:
prefix: "deps"
prefix-development: "build(deps-dev)"
ignore:
- dependency-name: "@sapui5/types" # Updated manually via "npm run update-sapui5-types"
- dependency-name: "@types/node" # Should be manually kept in sync with the minimum supported Node.js version

0 comments on commit 91af8ea

Please sign in to comment.