Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@
version: 2
updates:
- package-ecosystem: "github-actions"
cooldown:
default-days: 21
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "pip"
cooldown:
default-days: 21
directory: "/"
schedule:
interval: "daily"
4 changes: 3 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@
"config:recommended",
":disableDependencyDashboard",
"docker:pinDigests"
]
],
"schedule": ["on sunday"],
"minimumReleaseAge": "21 days"
}
13 changes: 13 additions & 0 deletions .github/workflows/verify-dockerfile-refreshed-at-updated.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Verify Dockerfile REFRESHED_AT Updated

on:
pull_request:

permissions: {}

jobs:
verify-dockerfiles:
name: Verify Dockerfiles REFRESHED_AT Updated
permissions:
contents: read
uses: senzing-factory/build-resources/.github/workflows/verify-dockerfile-refreshed-at-updated.yaml@v3
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,11 @@ dmypy.json

# Pyre type checker
.pyre/
.history
.history

# Visual Studio code
.vscode/*
!.vscode/cspell.json
!.vscode/settings.json
*.code-workspace
.history
44 changes: 23 additions & 21 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,55 +2,57 @@
"version": "0.2",
"language": "en",
"words": [
"AUNA",
"Addx",
"CCLA",
"CODEOWNER",
"CONFIGPATH",
"Dlalas",
"HAUPTMAN",
"ICLA",
"MDMPER",
"Makio",
"PYTHONPATH",
"PYTHONUNBUFFERED",
"RESOURCEPATH",
"Retryable",
"Rotchester",
"Rotorville",
"SUPPORTPATH",
"Senzing",
"Truthset",
"Xlas",
"Yamanaka",
"alnum",
"analysing",
"AUNA",
"CCLA",
"cfgp",
"CODEOWNER",
"configparser",
"CONFIGPATH",
"cooldown",
"Dlalas",
"dockerfiles",
"esbenp",
"fstring",
"HAUPTMAN",
"ICLA",
"ipython",
"loadx",
"Makio",
"MDMPER",
"myhost",
"mysenzproj",
"optionxform",
"pydevproject",
"pylint",
"PYTHONPATH",
"PYTHONUNBUFFERED",
"redoer",
"RESOURCEPATH",
"Retryable",
"rootfs",
"Rotchester",
"Rotorville",
"schemaname",
"Senzing",
"senzingapi",
"shellcheck",
"shuf",
"simplifiable",
"srccode",
"stackoverflow",
"SUPPORTPATH",
"terashuf",
"toplevel",
"Truthset",
"unresolve",
"venv",
"virtualenv",
"watchlist"
"watchlist",
"Xlas",
"Yamanaka"
],
"ignorePaths": [
".git/**",
Expand Down