We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389cd77 commit 72a78f7Copy full SHA for 72a78f7
.github/dependabot.yml
@@ -0,0 +1,15 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: github-actions
4
+ directory: /
5
+ schedule:
6
+ interval: daily
7
+ - package-ecosystem: cargo
8
9
10
11
+ ignore:
12
+ - dependency-name: "*"
13
+ update-types:
14
+ - "version-update:semver-patch"
15
+ - "version-update:semver-minor"
.github/pull_request_template.md
@@ -0,0 +1,2 @@
+<!-- Append the issue number -->
+Resolves #
0 commit comments