Skip to content

Commit fa79547

Browse files
committed
Merge branch 'master' into env-support
2 parents a1fa3b9 + 6e92fc0 commit fa79547

File tree

8 files changed

+285
-136
lines changed

8 files changed

+285
-136
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: 'pip'
4+
directory: '/'
5+
schedule:
6+
interval: 'daily'
7+
8+
- package-ecosystem: 'docker'
9+
directory: '/'
10+
schedule:
11+
interval: 'daily'

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,7 @@ env/
5757
venv/
5858
ENV/
5959
env.bak/
60-
venv.bak/
60+
venv.bak/
61+
62+
# Git History
63+
**/.history/*

0 commit comments

Comments
 (0)