Skip to content

Commit 439b8c1

Browse files
committed
Add Dependabot.
1 parent d2c8367 commit 439b8c1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/Dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
[ $? -eq 2 ] && exit 1 || exit 0
4444
4545
- name: Suggest changes
46-
uses: parkerbxyz/suggest-changes@v1
46+
uses: parkerbxyz/suggest-changes@v2
4747
with:
4848
comment: 'Runic suggested the following formatting changes.'
4949
event: 'COMMENT'

0 commit comments

Comments
 (0)