We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c8367 commit 439b8c1Copy full SHA for 439b8c1
.github/workflows/Dependabot.yml
@@ -0,0 +1,7 @@
1
+# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2
+version: 2
3
+updates:
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/" # Location of package manifests
6
+ schedule:
7
+ interval: "monthly"
.github/workflows/Format.yml
@@ -43,7 +43,7 @@ jobs:
43
[ $? -eq 2 ] && exit 1 || exit 0
44
45
- name: Suggest changes
46
- uses: parkerbxyz/suggest-changes@v1
+ uses: parkerbxyz/suggest-changes@v2
47
with:
48
comment: 'Runic suggested the following formatting changes.'
49
event: 'COMMENT'
0 commit comments