Merge pull request #32884 from backstage/freben/ignore-types-deps
chore: ignore @types/react and @types/node in dependency bots
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: 'npm'
|
||||
directory: '/'
|
||||
schedule:
|
||||
interval: 'weekly'
|
||||
ignore:
|
||||
# These need to stay pinned to match the React/Node versions we support
|
||||
- dependency-name: '@types/react'
|
||||
- dependency-name: '@types/node'
|
||||
# Ignored due to licensing issues. See #10992
|
||||
- dependency-name: '@elastic/elasticsearch'
|
||||
- dependency-name: 'event-source-polyfill'
|
||||
# Disable version updates since we use Renovate for that
|
||||
open-pull-requests-limit: 0
|
||||
@@ -18,6 +18,9 @@
|
||||
// ignored due to licensing issues. See #10992
|
||||
'@elastic/elasticsearch',
|
||||
'event-source-polyfill',
|
||||
// These need to stay pinned to match the React/Node versions we support
|
||||
'@types/react',
|
||||
'@types/node',
|
||||
],
|
||||
packageRules: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user