We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7227ece commit a1e37ccCopy full SHA for a1e37cc
.github/dependabot.yml
@@ -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
9
10
pyproject.toml
@@ -45,6 +45,7 @@ exclude = [
45
[tool.attribution]
46
name = "diff-match-patch"
47
package = "diff_match_patch"
48
+ignored_authors = ["dependabot"]
49
signed_tags = true
50
version_file = true
51
0 commit comments