Skip to content

Commit

Permalink
Update files under .github other than workflows
Browse files Browse the repository at this point in the history
While `directory: "/"` is defaulted to ".github/workflows", we need to
update the files under ".github/actions".
  • Loading branch information
nobu committed Nov 9, 2023
1 parent f6910a6 commit ad3db67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
@@ -1,6 +1,6 @@
version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
directory: '/.github'
schedule:
interval: 'daily'

0 comments on commit ad3db67

Please sign in to comment.