Skip to content

Commit a1e37cc

Browse files
committed
Dependabot config
1 parent 7227ece commit a1e37cc

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/dependabot.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
- package-ecosystem: "pip"
8+
directory: "/"
9+
schedule:
10+
interval: "monthly"

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ exclude = [
4545
[tool.attribution]
4646
name = "diff-match-patch"
4747
package = "diff_match_patch"
48+
ignored_authors = ["dependabot"]
4849
signed_tags = true
4950
version_file = true
5051

0 commit comments

Comments
 (0)