Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Renovate bot PRs (#2802)
Browse files Browse the repository at this point in the history
Add ignoreDeps field to renovate.json to ignore updates of dependencies used by dcos-launch
  • Loading branch information
takirala authored Dec 13, 2018
1 parent 26f6160 commit 237f2ad
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions frozen_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ cffi==1.11.5
cfgv==1.1.0
chardet==3.0.4
Click==7.0
colorama==0.3.9
colorama==0.4.1
cryptography==2.4.2
dcos-shakedown==1.5.0
docopt==0.6.2
Expand All @@ -62,7 +62,7 @@ isort==4.3.4
jeepney==0.4
jmespath==0.9.3
jsonschema==2.6.0
keyring==15.1.0
keyring==12.0.2
keyrings.alt==3.1
lazy-object-proxy==1.3.1
macholib==1.11
Expand Down
14 changes: 12 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,18 @@
"dockerfile": {
"fileMatch": ["(^|/)Dockerfile[^/]*$"]
},
"renovateFork": true,
"ignoreDeps": [
"azure-mgmt-network",
"azure-mgmt-resource",
"azure-monitor",
"azure-storage",
"keyring",
"msrestazure",
"oauth2client",
"PyInstaller"
],
"ignorePaths": [
"frameworks/*/universe*/package.json"
]
],
"renovateFork": true
}

0 comments on commit 237f2ad

Please sign in to comment.