Skip to content

Commit 74c3a6c

Browse files
authored
Merge pull request #33 from NarrativeApp/feat/upgrade-elixir-to-1.16-plus-git-ci
chore(dependabot): add configuration for dependabot updates
2 parents 1114b1e + 3e88f7b commit 74c3a6c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2
2+
registries:
3+
hex-organization-narrativeapp:
4+
type: hex-organization
5+
organization: narrativeapp
6+
key: "${{secrets.HEX_ORGANIZATION_NARRATIVEAPP_KEY}}"
7+
8+
updates:
9+
- package-ecosystem: mix
10+
directory: "/"
11+
insecure-external-code-execution: allow
12+
schedule:
13+
interval: daily
14+
open-pull-requests-limit: 10
15+
reviewers:
16+
- puzza007
17+
- narrative-donc
18+
registries:
19+
- hex-organization-narrativeapp

0 commit comments

Comments
 (0)