We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 110d9ad + d5d86e5 commit 1036b6aCopy full SHA for 1036b6a
.github/dependabot.yml
@@ -11,14 +11,22 @@
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
-
15
version: 2
16
updates:
17
- - package-ecosystem: "github-actions"
+ - package-ecosystem: "github-actions"
18
directory: "/"
19
schedule:
20
interval: "weekly"
21
- - package-ecosystem: "gomod"
+ groups:
+ github-actions:
22
+ patterns:
23
+ - "*"
24
+
25
+ - package-ecosystem: "gomod"
26
27
- interval: "weekly"
28
+ interval: "weekly"
29
30
+ go-dependencies:
31
32
0 commit comments