diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..dd6b8709 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + # npm security updates are handled separately — Dependabot security alerts + # are a distinct GitHub feature from version updates in this file. + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'weekly'