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.
1 parent fb2ac8c commit e1b6bffCopy full SHA for e1b6bff
.github/dependabot.yml
@@ -13,3 +13,4 @@ updates:
13
schedule:
14
# Check for updates to GitHub Actions every week
15
interval: "weekly"
16
+
.github/workflows/dependabot.yml
@@ -0,0 +1,17 @@
1
+# copied from https://github.com/ubuntu/authd/commit/3f9df8f21d952cd33fd44d3834d0edeec1f5766f
2
3
+name: Dependabot rules validation
4
5
+on:
6
+ pull_request:
7
+ paths:
8
+ - '.github/dependabot.yml'
9
10
+jobs:
11
+ validate:
12
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v4
+ - uses: marocchino/validate-dependabot@v3
17
+ id: validate
0 commit comments