Skip to content

Commit 72a1921

Browse files
authored
Merge pull request #27 from mailgun/Add-domain-keys-endpoint
Add Keys and Domain Keys API endpoints
2 parents b073eff + 93aa12a commit 72a1921

22 files changed

Lines changed: 1681 additions & 559 deletions

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,11 @@ updates:
99
python-packages:
1010
patterns:
1111
- "*"
12+
13+
# Enable version updates for GitHub Actions
14+
- package-ecosystem: 'github-actions'
15+
# Workflow files stored in the default location of `.github/workflows`
16+
# You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.
17+
directory: '/'
18+
schedule:
19+
interval: 'weekly'

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,3 +302,6 @@ dev/
302302
pytestdebug.log
303303

304304
*/_version.py
305+
306+
# local temp files
307+
.server.key

0 commit comments

Comments
 (0)