Skip to content

Commit 25abd9e

Browse files
committed
Make GitHut Dependabot keep our GitHub Actions up to date
.. by sending us pull requests Signed-off-by: Sebastian Pipping <[email protected]>
1 parent 5de2d14 commit 25abd9e

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/dependabot.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
#
2+
# Copyright (c) 2024 Sebastian Pipping <[email protected]>
3+
#
4+
# This program is free software; you can redistribute it and/or modify
5+
# it under the terms of the GNU General Public License as published by
6+
# the Free Software Foundation; either version 2 of the License, or (at
7+
# your option) any later version.
8+
#
9+
# This program is distributed in the hope that it will be useful, but
10+
# WITHOUT ANY WARRANTY; without even the implied warranty of
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12+
# General Public License for more details.
13+
#
14+
# You should have received a copy of the GNU General Public License
15+
# along with this program; if not, see
16+
# <http://www.gnu.org/licenses/>.
17+
#
18+
version: 2
19+
updates:
20+
21+
- package-ecosystem: "github-actions"
22+
commit-message:
23+
include: "scope"
24+
prefix: "Actions"
25+
directory: "/"
26+
labels:
27+
- "enhancement"
28+
schedule:
29+
interval: "weekly"

0 commit comments

Comments
 (0)