Skip to content

Commit a38b72f

Browse files
authored
#37 use renovate for docker updates (#38)
1 parent a3b8161 commit a38b72f

File tree

5 files changed

+43
-53
lines changed

5 files changed

+43
-53
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ updates:
77
directory: "/"
88
schedule:
99
interval: "daily"
10-
- package-ecosystem: "docker"
11-
directory: "/"
12-
schedule:
13-
interval: "daily"
1410
- package-ecosystem: "pip"
1511
directory: "/"
1612
schedule:

.github/renovate.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"enabledManagers": ["dockerfile", "docker-compose"],
4+
"extends": [
5+
"config:recommended",
6+
":disableDependencyDashboard",
7+
"docker:pinDigests"
8+
]
9+
}

.vscode/cspell.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -5,54 +5,54 @@
55
"language": "en",
66
// words - list of words to be always considered correct
77
"words": [
8+
"Addx",
9+
"alnum",
10+
"analysing",
11+
"AUNA",
812
"CCLA",
13+
"cfgp",
914
"CODEOWNER",
15+
"configparser",
1016
"CONFIGPATH",
17+
"Dlalas",
18+
"fstring",
19+
"HAUPTMAN",
1120
"ICLA",
21+
"ipython",
1222
"loadx",
23+
"Makio",
24+
"MDMPER",
1325
"myhost",
1426
"mysenzproj",
15-
"RESOURCEPATH",
16-
"Senzing",
17-
"SUPPORTPATH",
18-
"schemaname",
19-
"configparser",
20-
"cfgp",
2127
"optionxform",
22-
"shuf",
23-
"terashuf",
24-
"unresolve",
25-
"Rotorville",
28+
"pydevproject",
29+
"pylint",
30+
"PYTHONPATH",
31+
"PYTHONUNBUFFERED",
2632
"redoer",
33+
"RESOURCEPATH",
2734
"Retryable",
28-
"pylint",
29-
"stackoverflow",
30-
"pydevproject",
31-
"analysing",
35+
"rootfs",
36+
"Rotchester",
37+
"Rotorville",
38+
"schemaname",
39+
"Senzing",
40+
"senzingapi",
3241
"shellcheck",
33-
"fstring",
42+
"shuf",
3443
"simplifiable",
35-
"senzingapi",
36-
"ipython",
37-
"virtualenv",
38-
"venv",
39-
"rootfs",
40-
"PYTHONPATH",
41-
"PYTHONUNBUFFERED",
44+
"srccode",
45+
"stackoverflow",
46+
"SUPPORTPATH",
47+
"terashuf",
4248
"toplevel",
43-
"alnum",
44-
"watchlist",
45-
"Addx",
4649
"Truthset",
47-
"srccode",
48-
"Dlalas",
49-
"MDMPER",
50-
"Rotchester",
51-
"Makio",
52-
"Yamanaka",
53-
"AUNA",
50+
"unresolve",
51+
"venv",
52+
"virtualenv",
53+
"watchlist",
5454
"Xlas",
55-
"HAUPTMAN"
55+
"Yamanaka"
5656
],
5757
"ignorePaths": [
5858
".git/**",

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE_IMAGE=senzing/senzingapi-runtime
1+
ARG BASE_IMAGE=senzing/senzingapi-runtime:3.12.8
22
FROM ${BASE_IMAGE}
33

44
ENV REFRESHED_AT=2022-12-21

dependabot-approve-and-merge.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)