We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c155f5 commit 114d600Copy full SHA for 114d600
.github/dependabot.yml
@@ -5,20 +5,20 @@ updates:
5
- package-ecosystem: 'github-actions'
6
directory: '/'
7
schedule:
8
- interval: 'daily'
+ interval: 'monthly'
9
10
# Enable version updates for npm (yarn)
11
- package-ecosystem: 'npm'
12
# Look for `package.json` and `lock` files in the `root` directory
13
14
# Check the npm registry for updates every day (weekdays)
15
16
17
18
19
20
# Look for `package.json` and `lock` files in the common directory
21
directory: '/common/'
22
23
24
0 commit comments