Skip to content

Commit bf163af

Browse files
chore: Use dependabot to update github-actions (#812)
* Update github-actions with dependabot Following instructions from [this Github help page](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot), configuring dependabot to check for updates to GitHub Actions such as codeql. Signed-off-by: Anna Kornfeld Simpson <AnnaKornfeldSimpson@users.noreply.github.com>
1 parent 2f905ab commit bf163af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "daily"
12+
13+
- package-ecosystem: "github-actions"
14+
directory: "/"
15+
schedule:
16+
interval: "daily"

0 commit comments

Comments
 (0)