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

Commit 237f2ad

Browse files
authored
Renovate bot PRs (#2802)
Add ignoreDeps field to renovate.json to ignore updates of dependencies used by dcos-launch
1 parent 26f6160 commit 237f2ad

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

frozen_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ cffi==1.11.5
4343
cfgv==1.1.0
4444
chardet==3.0.4
4545
Click==7.0
46-
colorama==0.3.9
46+
colorama==0.4.1
4747
cryptography==2.4.2
4848
dcos-shakedown==1.5.0
4949
docopt==0.6.2
@@ -62,7 +62,7 @@ isort==4.3.4
6262
jeepney==0.4
6363
jmespath==0.9.3
6464
jsonschema==2.6.0
65-
keyring==15.1.0
65+
keyring==12.0.2
6666
keyrings.alt==3.1
6767
lazy-object-proxy==1.3.1
6868
macholib==1.11

renovate.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,18 @@
55
"dockerfile": {
66
"fileMatch": ["(^|/)Dockerfile[^/]*$"]
77
},
8-
"renovateFork": true,
8+
"ignoreDeps": [
9+
"azure-mgmt-network",
10+
"azure-mgmt-resource",
11+
"azure-monitor",
12+
"azure-storage",
13+
"keyring",
14+
"msrestazure",
15+
"oauth2client",
16+
"PyInstaller"
17+
],
918
"ignorePaths": [
1019
"frameworks/*/universe*/package.json"
11-
]
20+
],
21+
"renovateFork": true
1222
}

0 commit comments

Comments
 (0)